We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5088a04 commit dba4b01Copy full SHA for dba4b01
.gitignore
@@ -1,18 +1,37 @@
1
+# OS / IDE clutter
2
.idea/
3
.DS_Store
4
*.pyc
5
*.pclprof
6
*.png
7
+
8
+# Node / frontend artifacts
9
node_modules/
-pytc/
-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
21
logs/
22
data/
23
outputs/
24
build/
-.venv
-__pycache__
-.pytest_cache
25
mnt/
26
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
37
.github/workflows/docker-test.yml
0 commit comments