-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
43 lines (34 loc) · 803 Bytes
/
.gitignore
File metadata and controls
43 lines (34 loc) · 803 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
/Data/Arrest_Data_from_2020_to_Present.csv
/Data/processed_arrest_data.csv
/app/client/__pycache__/*
/app/client/client_gui.pyc
/app/client/client_gui.pyo
/app/client/client_gui.pyd
/app/client/client_gui.pyw
/app/client/client_gui.pyz
/app/server/__pycache__/*
/app/server/server_gui.pyc
/app/server/server_gui.pyo
/app/server/server_gui.pyd
/app/server/server_gui.pyw
/app/server/server_gui.pyz
app/shared/__pycache__/protocol.cpython-312.pyc
app/shared/__pycache__/constants.cpython-312.pyc
app/shared/__pycache__/protocol.cpython-310.pyc
app/shared/__pycache__/constants.cpython-310.pyc
# PostgreSQL and Docker
postgres_data/
# Migration logs
migration_*.log
# Environment files
.env
.env.local
# IDE files
.vscode/
.idea/
*.swp
*.swo
# OS files
.DS_Store
Thumbs.db
.cursor/generalrule.mdc