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

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

# Environment / secrets — NEVER commit API keys
.env
.env.*
!.env.example

# pytest
.pytest_cache/
htmlcov/
.coverage
coverage.xml
*.cover

# mypy
.mypy_cache/
.dmypy.json

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

# macOS
.DS_Store

# Distribution / packaging
MANIFEST
pip-wheel-metadata/
