Files
JamBuddy/.gitignore
T
2026-03-05 16:56:24 +00:00

18 lines
158 B
Plaintext

# Python
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info
.venv/
.python-version
# Env
.env
debug.log
# Frontend
frontend/node_modules/
frontend/dist/