This commit is contained in:
Caffeine Fueled 2025-10-09 15:59:47 +02:00
commit 68b6a87b14
Signed by: cf7
GPG key ID: CA295D643074C68C
25 changed files with 871 additions and 0 deletions

26
.gitignore vendored Normal file
View file

@ -0,0 +1,26 @@
# Python cache
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
# Virtual environment
venv/
env/
ENV/
# Output directory (keep structure but ignore contents)
output/*
!output/.gitkeep
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db