# Python
__pycache__/
*.py[cod]
*.egg-info/
.eggs/
build/
dist/
.venv/
venv/
.pytest_cache/
.mypy_cache/
.ruff_cache/
htmlcov/
.coverage
coverage.xml
# Node
node_modules/
.next/
out/
# Data / artifacts (never commit raw research data)
*.db
*.sqlite3
/data/
/artifacts/
/object-store/
*.onnx
*.pt
*.pth
# Secrets
.env
.env.*
!.env.example
# OS
.DS_Store
