42 lines
520 B
Plaintext
42 lines
520 B
Plaintext
.DS_Store
|
|
.env
|
|
.idea/
|
|
.vscode/
|
|
*.iml
|
|
|
|
# Kotlin / Gradle
|
|
.gradle/
|
|
.kotlin/
|
|
**/build/
|
|
|
|
# Flutter / Dart
|
|
.dart_tool/
|
|
.flutter-plugins
|
|
.flutter-plugins-dependencies
|
|
.packages
|
|
**/.pub-cache/
|
|
**/ios/Pods/
|
|
|
|
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
.venv/
|
|
.pytest_cache/
|
|
.mypy_cache/
|
|
.ruff_cache/
|
|
*.egg-info/
|
|
|
|
# Deployment credentials
|
|
firebase-service-account*.json
|
|
**/firebase-service-account*.json
|
|
|
|
# Local data
|
|
.local/
|
|
coverage/
|
|
reports/
|
|
node_modules/
|
|
admin-web/dist/
|
|
*.tsbuildinfo
|
|
admin-web/vite.config.js
|
|
admin-web/vite.config.d.ts
|