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

.venv/
venv/
env/

.env
.env.local
.env.production

logs/
*.log

data/*.json
data/*.jsonl
!data/.gitkeep

.mypy_cache/
.ruff_cache/
.pytest_cache/
.coverage
htmlcov/

.DS_Store
Thumbs.db
