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

# Virtual envs
.venv/
venv/
env/

# Tooling caches
.pytest_cache/
.mypy_cache/
.ruff_cache/
.tox/
htmlcov/
.coverage
.coverage.*

# Editors / OS
.idea/
.vscode/
*.swp
.DS_Store

# Secrets — never commit a real API key
.env
*.local.ini
