# Python-generated files
__pycache__/
*.py[oc]
*.pyo
*.pyd
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
*.egg
MANIFEST

# Virtual environments
.venv
venv/
ENV/
env/

# Environment variables (CRITICAL - contains API keys)
.env
.env.local
.env.*.local

# Log files
*.log
logs/

# Testing and coverage
.pytest_cache/
.coverage
.coverage.*
htmlcov/
.tox/
.nox/
coverage.xml
*.cover

# Type checking and linting
.mypy_cache/
.dmypy.json
dmypy.json
.ruff_cache/
.pytype/

# IDE/Editor files
.vscode/
.idea/
*.swp
*.swo
*~
.project
.pydevproject

# Jupyter Notebook
.ipynb_checkpoints/
*.ipynb_checkpoints

# OS files
.DS_Store
Thumbs.db

# Local development
*.local
.cache/
tmp/
temp/