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

.env
.venv/
venv/
env/

.pytest_cache/
.coverage
htmlcov/
.ruff_cache/

*.jsonl
*.db
!tests/fixtures/*.jsonl

.DS_Store
*.swp
*.swo
*~
