initial commit after automated creating

This commit is contained in:
claudi 2026-03-03 12:55:22 +01:00
commit 1cf124a5a3
48 changed files with 12041 additions and 0 deletions

37
.gitignore vendored Normal file
View file

@ -0,0 +1,37 @@
# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
*.egg
*.egg-info/
dist/
build/
.eggs/
# Virtual environments
.venv/
venv/
env/
# Type checking
.mypy_cache/
.dmypy.json
dmypy.json
# Linting
.ruff_cache/
# Environment files
.env
# pytest
.pytest_cache/
.coverage
htmlcov/
# VS Code
.vscode/
# macOS
.DS_Store