Initial commit

This commit is contained in:
2026-04-16 17:52:59 +02:00
parent 14b92848c7
commit 872de743ad
18 changed files with 1104 additions and 13 deletions

49
.gitignore vendored Normal file
View File

@@ -0,0 +1,49 @@
# Virtual environment
.venv/
# Python bytecode
__pycache__/
*.pyc
*.pyo
*.pyd
# Distribution / packaging
dist/
build/
*.egg-info/
# Poetry lock file (library — consumers pin their own dependencies)
poetry.lock
# Environment and secrets
.env
.env.*
!.env.example
# Type checking
.mypy_cache/
# Linting
.ruff_cache/
# Testing
.pytest_cache/
.coverage
htmlcov/
# IDE
.vscode/
.idea/
# AI assistant docs (not for version control)
DESIGN_DOCUMENT*.md
AGENTS.md
.claudeignore
CLAUDE.md
# OS
.DS_Store
Thumbs.db
zkouska.py
.python-version