This commit is contained in:
fencl
2025-11-04 13:50:38 +01:00
commit 024eb52a69
23 changed files with 2407 additions and 0 deletions

13
.gitignore vendored Normal file
View File

@@ -0,0 +1,13 @@
# Python
__pycache__
*.pyc
*.pyo
# .idea
*.iws
**/.idea/workspace.xml **/.idea/tasks.xml
# virtual environment
/venv/