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

.venv/
venv/
env/

.pytest_cache/
.coverage
htmlcov/

# recorded traffic never belongs in the repo
*.db
*.jsonl
.bollard/

.DS_Store
.idea/
.vscode/

runs/

# the census dataset is published evidence, not recorded traffic
!census/data/*.jsonl
