Initial commit

This commit is contained in:
Elias Ahokas
2026-06-16 22:37:46 +03:00
commit 235afe66b7
10 changed files with 170 additions and 0 deletions

31
.gitignore vendored Normal file
View File

@@ -0,0 +1,31 @@
.env
.env.local
*.key
*.pem
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
venv/
.venv/
env/
ENV/
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/
dist/
build/
*.egg-info/
# IDE
.vscode/
*.log
logs/
build/