# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
dist/
*.egg
*.egg-info/
.eggs/
pip-wheel-metadata/

# Virtual environments
.venv/
venv/
ENV/

# uv
.uv-cache/

# Test / coverage
.pytest_cache/
.coverage
.coverage.*
htmlcov/
.tox/
.nox/

# Type checkers / linters
.mypy_cache/
.ruff_cache/
.dmypy.json
dmypy.json

# Environment and secrets
.env
.env.*
!.env.example

# OS
.DS_Store
.AppleDouble
.LSOverride
Thumbs.db

# Editors
.idea/
.vscode/
*.swp
*.swo
*~
.project
.pydevproject

# Jupyter
.ipynb_checkpoints/

# Build / packaging scratch
*.manifest
*.spec
