-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
50 lines (44 loc) · 943 Bytes
/
.gitignore
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
# macOS system files
.DS_Store
# Python virtual environments
semtui-env/
semtui-test/
# Jupyter-related files
.ipynb_checkpoints/
*.ipynb_checkpoints
**/.ipynb_checkpoints/
downloads/
share/jupyter/
*.json
*.csv
# But do not ignore this specific CSV file in the sample Notebooks folder
#!sample "Notebooks/sample_table.csv"
# Lab extensions and static files
static/
node_modules/
lab/
labextensions/
build/
# Ignore logs, coverage reports
*.log
*.coverage
.coverage.*
# Add untracked files and directories you don't want to push
27072024_test.ipynb
Complete_extension_test.ipynb
Pipeline_test/
SEMTUI_Explanation.ipynb
Simplified_SEMTUI.ipynb
Step2.ipynb
Step3.ipynb
Step4.ipynb
Test_SEMTUI.ipynb
SemT_py.egg-info/
semtui_refactored/__pycache__/
test_extension.ipynb
untitled.md
Semtui-Bucharest-test.ipynb
SEMTUI_FINAL.ipynb
# Ignore __pycache__ directories
__pycache__/
*.py[cod] # Also ignore compiled Python files (.pyc, .pyo, .pyd)