Release v0.1.0-tb14: working test version, results folder now gitignored

This commit is contained in:
2025-10-03 01:18:06 -04:00
parent ac5204e93a
commit 69bb9d707b
12 changed files with 19 additions and 9943 deletions
+19
View File
@@ -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/