fix: gitignore

This commit is contained in:
Björn Stormwall
2026-06-06 19:00:56 +02:00
parent 6cd2b406d8
commit a695c47c62
+55
View File
@@ -0,0 +1,55 @@
# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
*.so
*.egg
*.egg-info/
dist/
build/
eggs/
parts/
var/
sdist/
develop-eggs/
.installed.cfg
lib/
lib64/
# Virtual environments
.venv/
venv/
env/
# uv
.uv/
# pytest
.pytest_cache/
.cache/
# Coverage
.coverage
.coverage.*
htmlcov/
coverage.xml
# mypy / pyright
.mypy_cache/
.pyright/
pyrightconfig.json
# IDEs
.idea/
.vscode/
*.swp
*.swo
*~
# macOS
.DS_Store
# Distribution / packaging
*.tar.gz
*.whl