Remove virtual environment from repository

This commit is contained in:
Silas Oettinghaus
2026-05-14 08:42:35 +02:00
parent d8ea52e974
commit 53b011ee16
3134 changed files with 33 additions and 665023 deletions

33
.gitignore vendored Normal file
View File

@@ -0,0 +1,33 @@
# Python caches
__pycache__/
*.py[cod]
*$py.class
# Virtual environments
.venv/
venv/
env/
# Build and packaging artifacts
build/
dist/
*.egg-info/
# Test and tooling caches
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/
# Local calibration captures
calibrations/
# Editor/OS noise
.vscode/
.idea/
*.swp
*~
Thumbs.db
Desktop.ini