Files
NexaPG/.gitignore
2026-02-12 09:09:13 +01:00

15 lines
154 B
Plaintext

.env
.venv/
__pycache__/
*.pyc
*.pyo
*.pyd
.pytest_cache/
.mypy_cache/
node_modules/
dist/
coverage/
backend/.venv/
frontend/node_modules/
frontend/dist/