Initial commit
This commit is contained in:
+24
-1
@@ -38,4 +38,27 @@ data/
|
||||
outputs/
|
||||
|
||||
# OS files
|
||||
.DS_Store
|
||||
.DS_Store
|
||||
|
||||
# Python
|
||||
__pycache__/
|
||||
*.pyc
|
||||
*.pyo
|
||||
*.pyd
|
||||
.Python
|
||||
env/
|
||||
venv/
|
||||
*.egg-info/
|
||||
.pytest_cache/
|
||||
|
||||
# Data
|
||||
data/processed/
|
||||
data/raw/images/ # If images are very large and you manage them separately
|
||||
data/*.csv # If you don't want to commit generated CSVs
|
||||
data/*.json
|
||||
|
||||
# Outputs
|
||||
outputs/
|
||||
|
||||
# Logs
|
||||
*.log
|
||||
Reference in New Issue
Block a user