45 lines
495 B
Plaintext
45 lines
495 B
Plaintext
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
venv/
|
|
.venv/
|
|
.coverage
|
|
htmlcov/
|
|
.pytest_cache/
|
|
.ruff_cache/
|
|
coverage.xml
|
|
backend/coverage.xml
|
|
|
|
# Environment files
|
|
.env
|
|
.env_*
|
|
!.env.example
|
|
|
|
# Logs
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# Node
|
|
node_modules/
|
|
dist/
|
|
dist-ssr/
|
|
*.local
|
|
frontend/coverage/
|
|
|
|
# Project specific
|
|
backend/data/local/*
|
|
!backend/data/local/.gitkeep
|
|
backend/.garth/
|
|
|
|
# IDEs
|
|
.vscode/
|
|
.idea/
|
|
.DS_Store
|
|
|
|
# Playwright
|
|
frontend/test-results/
|
|
frontend/playwright-report/
|