# Keep the Docker build context small and clean
__pycache__/
*.pyc
*.pyo
*.pyd
.Python
.venv/
venv/
env/
dist/
build/
*.egg-info/
.eggs/
.pytest_cache/
.mypy_cache/
.ruff_cache/

# Version control
.git/
.gitignore

# Editor / IDE
.vscode/
.idea/
*.swp
*.swo

# Environment / secrets
.env
.env.*

# OS
.DS_Store
Thumbs.db
