# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
*.so
*.egg
*.egg-info/
dist/
build/
wheels/

# Virtual environments
.venv/
venv/
env/
ENV/
.python-version

# uv
uv.lock

# Distribution / packaging
MANIFEST

# Testing
.pytest_cache/
.coverage
.coverage.*
coverage.xml
htmlcov/
*.cover
.hypothesis/

# Type checking
.mypy_cache/
.dmypy.json
dmypy.json
.pytype/
.pyre/

# Linting
.ruff_cache/

# Build artifacts (hatch-vcs generated)
src/*/_version.py

# Jupyter
.ipynb_checkpoints
*.ipynb

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

# OS
.DS_Store
Thumbs.db

# Secrets / local config
.env
.env.*
!.env.example
