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

# Virtual environments
venv/
ENV/
env/
.venv

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

# OS
.DS_Store
Thumbs.db

# Env/secrets
.env

# Pytest
.pytest_cache/

# Project specific
TODO.md
todo.md
dogfood.md

# Local-only dev scripts (repo-specific smoke harnesses)
scripts/deep-smoke.sh
scripts/smoke.local.json
tmp/
*.db
node_modules/

# Generated when indexing the incremental-bench fixture (sources are .ts)
tests/fixtures/incremental-bench/**/*.js
