.env
__pycache__/
.vscode/
*.pyc

# Virtual environments
.venv/
venv/
env/

# Test / tooling artifacts
.pytest_cache/
.ruff_cache/
*.egg-info/
.coverage
htmlcov/

# Scratch output from local testing against a real DB (assemble_prompt() dumps, etc.)
prompts/

# Data files
production/data/*.gml
production/data/*.xml
production/data/*.zip
production/data/*.json
