# Python
__pycache__/
*.py[cod]
*$py.class
*.so

# Distribution / packaging
dist/
build/
*.egg-info/
*.egg
MANIFEST

# Virtual environments
.venv/
venv/
env/

# Environment files
.env
.env.*
!.env.example
.envrc

# Testing & coverage
.coverage
.coverage.*
htmlcov/
.pytest_cache/
.cache/

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

# Linters / formatters
.ruff_cache/

# Nox
.nox/

# OS
.DS_Store
Thumbs.db
