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

.env
.venv/
venv/
env/

node_modules/

.pytest_cache/
.coverage
htmlcov/

agents/output/
agents/sample_data/messy_files_work/

*.db
*.sqlite3

.DS_Store
