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

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

# Package managers
node_modules/
package-lock.json
uv.lock

# Credentials & secrets
.env
.env.*
credentials.json

# Query ID cache (auto-refreshed at runtime)
query-ids-cache.json

# IDE
.idea/
.vscode/
*.iml

# OS
.DS_Store
Thumbs.db

# Test & coverage
.pytest_cache/
.coverage
htmlcov/
.mypy_cache/
.ruff_cache/
