-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
94 lines (72 loc) · 1.45 KB
/
.gitignore
File metadata and controls
94 lines (72 loc) · 1.45 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
backend/venv/
backend/env/
backend/.venv/
backend/.env.local
**/__pycache__/
*.pyc
*.pyo
*.pyd
backend/src/cache/
backend/src/__pycache__/
backend/src/*/__pycache__/
backend/data
backend/models/__pycache__/
backend/notebooks/.ipynb_checkpoints
backend/.env
backend/.flaskenv
backend/notebooks/.ipynb_checkpoints
backend/notebooks/*.ipynb
backend/src/tests/__pycache__/
backend/.pytest_cache/
.coverage
htmlcov/
frontend/build/
frontend/ios/.generated/
frontend/ios/Flutter/Generated.xcconfig
frontend/ios/Flutter/ephemeral/
frontend/ios/Flutter/flutter_export_environment.sh
frontend/ios/Runner/GeneratedPluginRegistrant.*
frontend/android/app/debug/
frontend/android/app/profile/
frontend/android/app/release/
frontend/android/.gradle/
frontend/android/local.properties
frontend/android/key.properties
frontend/android/app/**/*.jks
frontend/android/app/**/*.keystore
frontend/android/app/**/google-services.json
frontend/macos/Pods/
frontend/macos/Flutter/ephemeral/
frontend/macos/*.xcuserstate
frontend/web/service-worker.js
frontend/web/index.html
frontend/windows/flutter/
frontend/windows/out/
frontend/linux/flutter/
frontend/linux/out/
frontend/.dart_tool/
frontend/.packages
frontend/.flutter-plugins
frontend/.flutter-plugins-dependencies
frontend/coverage/
docker/data/
docker/db/
docker/*.log
docker-compose.override.yml
.idea/
.vscode/
*.iml
*.iws
*.ipr
.DS_Store
Thumbs.db
Desktop.ini
$RECYCLE.BIN/
*.log
logs/
*.tmp
*.swp
*.swo
*~
*.bak
*.orig