Initial commit

This commit is contained in:
2025-03-26 16:34:59 +01:00
commit 016d3f827c
9 changed files with 99 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
# Python Artifacts
__pycache__
__pycache__/
*.py[cod]
*$py.class
# Python virtualenvs
.venv/
.env/
# Editor config files
.idea/
*.code-workspace
*.vscode
# Poetry build artifacts
dist/