36 lines
310 B
Plaintext
36 lines
310 B
Plaintext
# Python
|
|
__pycache__/
|
|
*.pyc
|
|
*.pyo
|
|
*.pyd
|
|
*.egg-info/
|
|
.python-version
|
|
|
|
# Virtualenvs
|
|
venv/
|
|
.venv/
|
|
venvs/
|
|
*/venv/
|
|
*/.venv/
|
|
|
|
# Node/JS (falls vorhanden)
|
|
node_modules/
|
|
|
|
# OS/Editor
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Test/Cache
|
|
.pytest_cache/
|
|
.cache/
|
|
|
|
# Logs/Temp
|
|
logs/
|
|
tmp/
|
|
|
|
# ENV/Secrets (WICHTIG!)
|
|
.env
|
|
*/.env
|
|
*.env
|
|
secrets/
|