-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
50 lines (39 loc) · 794 Bytes
/
.gitignore
File metadata and controls
50 lines (39 loc) · 794 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
# Ignore Python bytecode files
__pycache__/
*.pyc
# Ignore environment-specific files
.env
.idea
/backend/.env
/backend/.idea
# Ignore virtual environment directories
venv/
env/
.venv/
# Ignore npm dependencies
node_modules/
/frontend/node_modules/
# Ignore template applications
my-react-app/
/frontend/my-react-app/
# Ignore build artifacts for React
/frontend/build/
/frontend/dist/
# Ignore Flask logs and database files
/backend/*.log
/backend/*.db
# Ignore Python virtual environment
/backend/venv/
# Ignore any local development files
.vscode/
#Ignore volume files
/MilvusDB/volumes/
/backend/MilvusDB/volumes/
#ignore package jsons in the root
/package-lock.json
/package.json
#Ignore alchemy
/instance/
/instance/database.db
/backend/instance/
/backend/instance/database.db