Skip to content

Commit 92ac7f4

Browse files
author
Ivan Cao-Berg
committed
Deleted unused files and functions related to the brain inventory feature.
1 parent b7592d8 commit 92ac7f4

File tree

8 files changed

+32
-77
lines changed

8 files changed

+32
-77
lines changed

.gitignore

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
# Byte-compiled / optimized / DLL files
2+
__pycache__/
3+
*.py[cod]
4+
*$py.class
5+
6+
# C extensions
7+
*.so
8+
9+
# Distribution / packaging
10+
dist/
11+
build/
12+
*.egg-info/
13+
*.egg
14+
15+
# PyCharm files
16+
.idea/
17+
18+
# Visual Studio Code files
19+
.vscode/
20+
21+
# Virtual environment
22+
venv/
23+
env/
24+
25+
# Compiled Python files
26+
*.pyc
27+
28+
# macOS specific files
29+
.DS_Store
30+
31+
# Jupyter Notebook checkpoints
32+
.ipynb_checkpoints/

braininventory.egg-info/PKG-INFO

Lines changed: 0 additions & 15 deletions
This file was deleted.

braininventory.egg-info/SOURCES.txt

Lines changed: 0 additions & 8 deletions
This file was deleted.

braininventory.egg-info/dependency_links.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

braininventory.egg-info/top_level.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

build/lib/braininventory/__init__.py

Lines changed: 0 additions & 1 deletion
This file was deleted.

build/lib/braininventory/get.py

Lines changed: 0 additions & 51 deletions
This file was deleted.
-3.17 KB
Binary file not shown.

0 commit comments

Comments
 (0)