__pycache__/
*.py[cod]
*.egg-info/
dist/
build/
.eggs/

.env
*.env.local

data/raw/*
!data/raw/.gitkeep

.venv/
venv/

*.log
.DS_Store

.coverage
htmlcov/
.pytest_cache/

nginx/certs/*
!nginx/certs/.gitkeep
nginx/htpasswd

http_cache.sqlite
validation_report.html
static/
.ruff_cache/
