# Python
__pycache__/
*.py[cod]
*.egg-info/
.eggs/
build/
dist/
.venv/
venv/
.pytest_cache/
.ruff_cache/

# Bundled frontend build output (generated by `cd web && npm run build`)
portman/api/static/assets/
portman/api/static/index.html

# Node / frontend
web/node_modules/
web/dist/
*.log

# Editors / OS
.DS_Store
.idea/
.vscode/

# Local project instructions (not published)
CLAUDE.md

# TypeScript incremental build info
web/*.tsbuildinfo
