# Python
__pycache__/
*.pyc
.venv/
*.egg-info/
dist/
build/

# Node
node_modules/

# Built frontend assets (regenerated by main.py / esbuild)
proxie/dashboard/app.js
proxie/dashboard/app.css

# Test / cache
.pytest_cache/
