Files
Simon Diesenreiter e824475872
Some checks failed
Upload Python Package / Create Release (push) Successful in 37s
Upload Python Package / deploy (push) Failing after 38s
feat: initial release, refs NOISSUE
2026-04-02 01:43:16 +02:00

24 lines
186 B
Plaintext

# Python
__pycache__/
*.pyc
*.pyo
*.pyd
.Python
*.env
.venv/
node_modules/
.env
build/
dist/
.pytest_cache/
.mypy_cache/
.coverage
htmlcov/
.idea/
.vscode/
*.swp
*.swo
*~
.DS_Store
.git