# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python

# Distribution / packaging
build/
dist/
*.egg-info/
.eggs/

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

# Testing & Coverage
.pytest_cache/
.coverage
.coverage.*
htmlcov/

# Local credentials & secrets
.env
tokens.json
credentials.json
client_secrets*.json
client_secret*.json
*.token

# IDE & OS
.idea/
.vscode/
*.swp
*.swo
.DS_Store
