-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
46 lines (41 loc) · 783 Bytes
/
.gitignore
File metadata and controls
46 lines (41 loc) · 783 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
# macOS
.DS_Store
.AppleDouble
.LSOverride
# Log files
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
# Temporary files
*.tmp
*.swp
*.swo
*.swn
# Editor directories and files
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
*.sublime-workspace
# Frontend (evo2-frontend - Next.js)
evo2-frontend/node_modules/
evo2-frontend/.next/
evo2-frontend/out/
evo2-frontend/.env*.local
evo2-frontend/*.tsbuildinfo
evo2-frontend/next-env.d.ts
# Backend (evo2-backend - Python/Modal)
evo2-backend/__pycache__/
evo2-backend/*.pyc
evo2-backend/*.pyo
evo2-backend/*.pyd
evo2-backend/.venv/
evo2-backend/venv/
evo2-backend/env/
evo2-backend/*.env
evo2-backend/.env
evo2-backend/.modal*
evo2-backend/brca1_analysis_plot.png