Files
azionelab-v2/.gitignore
T
2026-06-24 09:28:24 +02:00

25 lines
359 B
Plaintext

.env
.env.*
!.env.example
.DS_Store
__pycache__/
*.py[cod]
.coverage
.coverage.*
htmlcov/
.pytest_cache/
.ruff_cache/
backend/media/
backend/static/
backend/staticfiles/
frontend/.astro/
frontend/dist/
frontend/node_modules/
tests/functional/node_modules/
tests/functional/test-results/
tests/functional/playwright-report/
backups/
media-backup/
*.sql
*.dump