Initial commit
This commit is contained in:
27
.gitignore
vendored
Normal file
27
.gitignore
vendored
Normal file
@@ -0,0 +1,27 @@
|
||||
|
||||
# Python cache
|
||||
__pycache__/
|
||||
*.pyc
|
||||
*.pyo
|
||||
|
||||
# Virtual environment
|
||||
venv/
|
||||
.venv/
|
||||
bin/
|
||||
lib/
|
||||
lib64/
|
||||
include/
|
||||
share/
|
||||
pyvenv.cfg
|
||||
|
||||
# Data & datasets
|
||||
data/
|
||||
bin/
|
||||
|
||||
# Model weights
|
||||
*.pth
|
||||
|
||||
# System / logs
|
||||
.DS_Store
|
||||
*.log
|
||||
*.tmp
|
||||
Reference in New Issue
Block a user