Release v0.1.0-tb14: working test version, results folder now gitignored
This commit is contained in:
+19
@@ -0,0 +1,19 @@
|
||||
# Ignore Python cache and compiled files
|
||||
__pycache__/
|
||||
*.pyc
|
||||
*.pyo
|
||||
*.pyd
|
||||
|
||||
# Ignore results folder and its contents
|
||||
results/
|
||||
|
||||
# Ignore virtual environments
|
||||
.venv/
|
||||
venv/
|
||||
ENV/
|
||||
|
||||
# Ignore system files
|
||||
.DS_Store
|
||||
|
||||
# Ignore other build artifacts
|
||||
*.egg-info/
|
||||
Reference in New Issue
Block a user