Files
jardin/.gitignore
2026-02-22 15:05:40 +01:00

11 lines
134 B
Plaintext

**/__pycache__/
**/*.pyc
**/*.pyo
.env*
!.env.example
backend/.venv/
frontend/node_modules/
frontend/dist/
*.egg-info/
.pytest_cache/