Files
datecalc/.gitignore
2025-07-22 17:06:57 +02:00

32 lines
249 B
Plaintext

# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
# Virtualenv
.venv/
venv/
ENV/
# VS Code
.vscode/
# Sonstige
.DS_Store
Thumbs.db
# Logdateien
*.log
# Test-/Coverage-Dateien
htmlcov/
.coverage
.tox/
.pytest_cache/
# Betriebssystem
*.swp
idea.txt