Added GitIgnore

This commit is contained in:
DerGrumpf
2026-04-26 17:05:41 +00:00
parent befd9f94c7
commit 61af645d5f
+35
View File
@@ -0,0 +1,35 @@
# Build artifacts
build/
*.egg-info/
*.egg
# Python cache
__pycache__/
*.pyc
*.pyo
# Virtual environments
venv/
env/
ENV/
.venv
# IDE files (optional)
.vscode/
.idea/
*.swp
# Distribution / packaging
dist/
parts/
sdist/
var/
wheels/
# pytest / coverage
.pytest_cache/
.coverage
htmlcov/
# mypy
.mypy_cache/