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

# Virtual env
.venv/
venv/
env/
.env
.env.*

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

# OS
.DS_Store
Thumbs.db
*.tmp

# Test / Coverage
.pytest_cache/
.coverage
htmlcov/
coverage.xml
*.cover

# Logs
*.log
*.token

# Secrets
*.pem
*.key
credentials.json
service-account.json

# Ruff / Linter
.ruff_cache/
