first commit

This commit is contained in:
Mateusz Gruszczyński
2026-06-03 12:36:51 +02:00
commit 3ab205b769
22 changed files with 1261 additions and 0 deletions
+32
View File
@@ -0,0 +1,32 @@
# Python
__pycache__/
*.py[cod]
*.pyo
# Virtualenv
venv/
.env
.venv
# App data
*.log
# OS
.DS_Store
Thumbs.db
# IDE
.vscode/
.idea/
# Tests / cache
.pytest_cache/
.mypy_cache/
# Build
dist/
build/
*.egg-info/
exports/*
*.zip