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

.venv/
venv/
env/

.ruff_cache/
.mypy_cache/
.pytest_cache/

src/cgviz/static/*
!src/cgviz/static/.gitkeep

frontend/node_modules/
frontend/dist/

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

# Local agent / editor tooling (machine-specific paths, not for distribution)
.claude/
