# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
env/
venv/
.venv/
ENV/
build/
dist/
*.egg-info/
.pytest_cache/
.ruff_cache/
.mypy_cache/

# Environment
.env
.env.local
.env.*.local

# IDE
.vscode/
.idea/
*.swp
*.swo
.cursor/

# Logs
*.log

# OS
.DS_Store
Thumbs.db

# Local-only tests (real-API integration tests, not for public repo)
tests/
