| 123456789101112131415161718192021222324252627282930313233343536373839 |
- # Git
- .git
- .gitignore
- # Python
- __pycache__
- *.py[cod]
- *$py.class
- *.so
- .Python
- .pytest_cache
- *.egg-info
- .eggs
- venv
- backend/venv
- .env
- # Node
- node_modules
- frontend/node_modules
- # IDE
- .vscode
- .idea
- *.swp
- *.swo
- # Build artifacts
- frontend/dist
- *.log
- # Local data
- backend/instance
- backend/uploads
- backend/reports
- data/
- # Kiro
- .kiro
|