# Python
__pycache__/
*.py[cod]
*.egg-info/
dist/
build/
.venv/
*.egg
.claude
# Node (dev tooling only)
node_modules/

# NOTE: moonlight/static/app.js is the compiled frontend bundle.
# It IS committed to git so that pip install works without Node.js.
# Do NOT add it here.

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