-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
63 lines (58 loc) · 770 Bytes
/
.gitignore
File metadata and controls
63 lines (58 loc) · 770 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# Environments
.venv/
.env
venv/
ENV/
env/
bin/
lib/
develop-eggs/
dist/
downloads/
eggs/
.installed.cfg
lib64/
parts/
sdist/
var/
wheels/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
# Computer Vision / ML Specific
# Ignore large dataset folders (adjust names to your project)
data/
datasets/
models/*.pth
models/*.onnx
models/*.pb
models/*.h5
weights/
outputs/
runs/
*.mp4
*.avi
*.jpg
*.jpeg
*.png
# Hardware / Embedded (OpenBCI/Arduino/DIY Eye-tracker)
# Ignore build artifacts if you're using C++ extensions or Arduino IDE
build/
*.o
*.so
*.out
.pio/
.vscode/
# Jupyter Notebooks
.ipynb_checkpoints
*/.ipynb_checkpoints/*
# OS generated files
.DS_Store
.DS_Store?
._*
Thumbs.db