# Python
__pycache__/
*.py[cod]
*$py.class
*.so
*.sql.gz
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
/lib/
/lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg

# hatch-vcs generated version file
twag/_version.py

# Virtual environments
.venv/
venv/
ENV/

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

# Testing
.pytest_cache/
.coverage
htmlcov/
.tox/
.nox/

# Local config (keep default config.json in repo)
config.local.json

# Environment files (API keys, secrets)
.env
.env.*

# Frontend
twag/web/frontend/node_modules/
twag/web/frontend/dist/
twag/web/frontend/.vite/

# OS
.DS_Store
Thumbs.db

# Local scratch artifacts (screenshots, exports, debug dumps)
tmp/*
!tmp/.gitkeep
.clawdhub/

# Nightshift plan artifacts (keep out of version control)
.nightshift-plan
