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

node_modules/
frontend/dist/

.env
.env.local

data/
logs/

.ruff_cache/
.pytest_cache/
.mypy_cache/

*.log
.DS_Store
Thumbs.db
