-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
53 lines (44 loc) · 790 Bytes
/
.gitignore
File metadata and controls
53 lines (44 loc) · 790 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
51
52
53
# OS generated files
.DS_Store
Thumbs.db
# Virtual environment
backend/venv/
env/
venv/
*.pyc
__pycache__/
# Node.js dependencies and build output
frontend/node_modules/
frontend/build/
frontend/dist/
frontend/.env
frontend/.env.local
frontend/.env.development
frontend/.env.production
# Backend specific
backend/*.log
backend/*.pdf
backend/.env
backend/__pycache__/
backend/dummy_pdf_test
# IDE and editor files
.idea/
.vscode/
*.sublime-project
*.sublime-workspace
# MongoDB data (local storage)
*.mongod.lock
data/
db/
# System files
*.swp
*.swo
# Dependency lock files (optional, keep if using exact versions)
# Uncomment if you want to ignore these:
# package-lock.json
# poetry.lock
# Pipfile.lock
# MacOS specific
*.DS_Store
# Hugging Face model caches
~/.cache/huggingface/