vep/.gitignore
2026-08-07 19:26:49 +00:00

10 lines
134 B
Text

# VEP — git ignore (no secrets, no data, no artifacts)
.env
.venv/
__pycache__/
*.pyc
.pytest_cache/
.uv_cache/
*.log
data/
pgdata/