initial commit
This commit is contained in:
parent
c7d9a3f0dc
commit
a55bd8eabb
2 changed files with 685 additions and 22 deletions
59
.gitignore
vendored
59
.gitignore
vendored
|
|
@ -1,32 +1,39 @@
|
|||
# Logs / temporär
|
||||
# Bytecode / Cache
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
*$py.class
|
||||
|
||||
# Distribution / Packaging
|
||||
build/
|
||||
dist/
|
||||
.eggs/
|
||||
*.egg-info/
|
||||
*.egg
|
||||
|
||||
# Virtuelle Umgebungen
|
||||
.venv/
|
||||
venv/
|
||||
env/
|
||||
ENV/
|
||||
.env
|
||||
|
||||
# Tests / Coverage
|
||||
.coverage
|
||||
.tox/
|
||||
pytest_cache/
|
||||
htmlcov/
|
||||
|
||||
# Logs / temporäre Files
|
||||
*.log
|
||||
*.tmp
|
||||
|
||||
# Build-Artefakte
|
||||
build/
|
||||
dist/
|
||||
|
||||
# Python-Beispiele
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
|
||||
# Node / Frontend
|
||||
node_modules/
|
||||
|
||||
# Umgebungen / Secrets
|
||||
.env
|
||||
.venv/
|
||||
venv/
|
||||
|
||||
# IDE / Editor
|
||||
# Editor / IDE
|
||||
.vscode/
|
||||
.idea/
|
||||
*.swp
|
||||
*.swo
|
||||
|
||||
# OS-Müll
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# Gehört nicht dazu
|
||||
idea/
|
||||
|
||||
|
||||
# MyPy / static analysis
|
||||
.mypy_cache/
|
||||
.pytype/
|
||||
.pyre/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue