# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
*.egg
*.egg-info/
dist/
build/
eggs/
parts/
var/
sdist/
develop-eggs/
.installed.cfg

# Virtual environments
.venv/
venv/
ENV/
env/

# Testing
.pytest_cache/
.coverage
htmlcov/
.tox/
.nox/

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

# Git
.git/
.gitignore

# Documentation
*.md
docs/

# Tests (not needed in production image)
tests/

# Development tools
.ruff_cache/
.mypy_cache/

# Local environment files
.env
.env.local
.env*.local

# Notebooks and Scripts (development only)
scripts/
*.ipynb

# Other
*.log
*.tmp
.DS_Store
Thumbs.db
