This commit is contained in:
2025-12-14 21:22:42 +01:00
parent 65c90750dc
commit 139e867a6d
3 changed files with 159 additions and 55 deletions

26
.gitignore vendored Normal file
View File

@@ -0,0 +1,26 @@
# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
# Virtual environment
.venv/
venv/
# PyCharm / IDE
.idea/
*.iml
# OS
.DS_Store
Thumbs.db
# Logs & temp
*.log
*.tmp
# Generated / data (adjust if needed)
data/
output/
exports/