# Python
__pycache__/
*.pyc
*.pyo
*.egg-info/
dist/
build/
.venv/

# Editor files
*.swp
*.swo
*~
.vscode/
.idea/

# uv re-resolves the @main git deps on every sync; a committed lock would
# freeze cquarry/vir-tui at the moment it was generated, defeating the
# "latest, always" dependency policy. Keep it local-only.
uv.lock

# Output files
*.csv
*.json
*.txt
# ...but the shipped taxonomy template is config, not generated output
!scripts/taxonomy.example.json

# OS junk
.DS_Store
Thumbs.db
