-
Notifications
You must be signed in to change notification settings - Fork 20
Expand file tree
/
Copy path.gitignore
More file actions
50 lines (45 loc) · 757 Bytes
/
.gitignore
File metadata and controls
50 lines (45 loc) · 757 Bytes
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
data/
app_controller/migrations/__pycache__/
computing/lulc/__pycache__
computing/mws/__pycache__
computing/crop_grid/__pycache__
dpr/__pycache__
venv/
.env
*.pyc
.idea/
.DS_Store
.cursor/
# Django
*.log
local_settings.py
db.sqlite3
db.sqlite3-journal
media/
static/
# Virtual Environment
venv/
env/
ENV/
.env
.venv
env.bak/
venv.bak/
home
# ignored apps
dashboard/
#ignore migrations
bot_interface/migrations/*.py
community_engagement/migrations/*.py
computing/migrations/*.py
dpr/migrations/*.py
geoadmin/migrations/*.py
organization/migrations/*.py
plans/migrations/*.py
plantations/migrations/*.py
projects/migrations/*.py
public_api/migrations/*.py
stats_generator/migrations/*.py
users/migrations/*.py
*/migrations/*.py
*/migrations/__pycache__/