Files
datecalc/.dockerignore
2025-07-23 18:28:34 +02:00

28 lines
205 B
Plaintext

# Python-Umgebungen
.venv/
venv/
ENV/
__pycache__/
*.pyc
*.pyo
*.pyd
# Git
.git/
.gitignore
# Logs
log/
*.log
# Sonstiges
.DS_Store
Thumbs.db
idea.txt
*.md
LICENSE
# Tests
*.pytest_cache/
test_app.py