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

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

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

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

# Type checking
.mypy_cache/
.pytype/

# IDEs
.vscode/
.idea/

# OS
.DS_Store
Thumbs.db

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

# Project-specific
.context/
