# Python bytecode and caches
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
.eggs/
dist/
build/
*.egg

# Virtual environments
.venv/
venv/
.venv-pyinstaller/
env/

# Test and type checker caches
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/

# Secrets and local runtime data
.env
.cngx/
.cogscope/
.launch-scratch/

# Generated documentation and tracker site
site/
tracker/site/index.html
tracker/site/data.js
tracker/site/site.css
tracker/site/app.js
tracker/site/docs.js
tracker/site/docs/
tracker/screenshots/

# VHS tooling (MSVC ttyd binaries, not committed)
.vhs-tools/

# AWS CDK
infra/cdk.out/
infra/.venv/

# IDE and OS
.vscode/
.idea/
.DS_Store
Thumbs.db
