feat: Merge Konflikt lösen - pyproject.toml mit Dependencies und Konfigurationen

This commit is contained in:
hermes
2026-06-22 06:33:03 +00:00
parent 0e34b9b0cb
commit c9fb7e8df2
13 changed files with 538 additions and 7 deletions
+46
View File
@@ -0,0 +1,46 @@
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
# Virtual Environment
venv/
ENV/
env/
# IDEs
.idea/
.vscode/
*.swp
*.swo
# Testing
.pytest_cache/
coverage/
.coverage
htmlcov/
# Linting
.ruff_cache/
.mypy_cache/
# Environment variables
.env
.env.local