# Python
__pycache__/
*.py[cod]
*$py.class
*.so
*.egg
*.egg-info/
dist/
build/
.eggs/
.installed.cfg
MANIFEST

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

# Secrets & environment
.env
*.env
token.json
credentials.json
!.env.example
!**/.env.example

# Test artifacts
.pytest_cache/
.coverage
coverage.xml
htmlcov/
*.lcov

# Type checkers
.mypy_cache/
.pyright/
pyrightconfig.json

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

# Ruff
.ruff_cache/

# Hatch / build
.hatch/
*.dist-info/

# Docs
docs/_build/
site/

# Jupyter
.ipynb_checkpoints/

# Logs
*.log
logs/

# OS
Thumbs.db
