This commit is contained in:
2025-12-14 21:23:43 +01:00
parent 139e867a6d
commit a95f8ae1f9

25
.gitignore vendored
View File

@@ -1,26 +1,3 @@
# 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/
*