# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
.venv/
.venv-build/
.smoke-venv/
venv/
ENV/
env/

# Builds / packaging
dist/
build/
*.egg
*.egg-info/
.eggs/
pip-wheel-metadata/
*.whl

# Testing & coverage
.pytest_cache/
.coverage
.coverage.*
htmlcov/
.tox/
.mypy_cache/
.ruff_cache/
.hypothesis/

# Type checkers (optional local caches)
.pytype/

# Environment & secrets
.env
.env.*
!.env.example
*.local.json

# Logs
*.log
*.tgz

# Local test configs that may contain real API tokens
test-local/

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

# OS
.DS_Store
Thumbs.db
