# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
.Python
*.egg
*.egg-info/
dist/
build/
.eggs/
.venv/
venv/
env/
.env
.env.deploy
.claude

# Hatch
.hatch/

# Django
*.sqlite3
local_settings.py
db.sqlite3

# Frontend
ui/node_modules/
ui/dist/
ui/.vite/

# Built frontend assets — generated by `npm run build` / hatch_build.py, not committed
schematic/static/schematic/main.js
schematic/static/schematic/main.css

# Testing
.pytest_cache/
.coverage
htmlcov/
.tox/

# mypy
.mypy_cache/

# IDE
.vscode/
.idea/
*.swp
*.swo
.DS_Store

# Logs
*.log
