.git
.venv
venv
__pycache__
*.pyc
.pytest_cache

frontend/node_modules
frontend/dist
frontend/*.tsbuildinfo
backend/.pytest_cache
backend/**/*.pyc
backend/**/__pycache__

storage
postgres-data
datasets/raw
datasets/processed
datasets/cache
exports
models

.env
