Skip to content

Commit dba4b01

Browse files
committed
update gitignore
1 parent 5088a04 commit dba4b01

File tree

1 file changed

+24
-5
lines changed

1 file changed

+24
-5
lines changed

.gitignore

Lines changed: 24 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,37 @@
1+
# OS / IDE clutter
12
.idea/
23
.DS_Store
34
*.pyc
45
*.pclprof
56
*.png
7+
8+
# Node / frontend artifacts
69
node_modules/
7-
pytc/
8-
pytorch_connectomics/
10+
client/build/
11+
client/dist/
12+
client/.parcel-cache/
13+
14+
# Python environments / caches
15+
.venv
16+
.venv/
17+
__pycache__/
18+
.pytest_cache/
19+
20+
# Data / generated artifacts
921
logs/
1022
data/
1123
outputs/
1224
build/
13-
.venv
14-
__pycache__
15-
.pytest_cache
1625
mnt/
1726
samples_pytc/*
27+
pytc/
28+
pytorch_connectomics/
29+
30+
# Misc tooling / temporary files
31+
.coverage
32+
coverage.xml
33+
dist/
34+
.env
35+
.env.*
36+
*.log
1837
.github/workflows/docker-test.yml

0 commit comments

Comments
 (0)