# Git
.git
.gitignore

# Python
__pycache__
*.py[cod]
*.egg-info
dist/
build/
.eggs/

# Virtual environments
.venv
venv
env

# IDE
.idea
.vscode
*.swp

# Testing
.pytest_cache
.coverage
htmlcov
.mypy_cache
.ruff_cache
.hypothesis

# CI/CD
.github

# Docs (not needed in image)
examples/
*.md
!README.md

# OS
.DS_Store
Thumbs.db
