You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

59 lines
597 B

# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# C extensions
*.so
# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
share/
*.egg-info/
.installed.cfg
*.egg
# Virtuelle Umgebung (Wichtig!)
venv/
.venv/
env/
.env/
ENV/
# Django-spezifisch
db.sqlite3
db.sqlite3-journal
media/
staticfiles/
# Logs und Laufzeitdaten
*.log
local_settings.py
.celery/
# Entwicklungstools & Editoren
.idea/
.vscode/
*.suo
*.ntvs*
*.njsproj
*.sln
*.swp
.DS_Store
# Umgebungsvariablen / Geheimnisse
.env
.secrets

Powered by TurnKey Linux.