programmieren2/.gitignore
2026-02-26 11:06:45 +01:00

17 lines
130 B
Plaintext

# Python
.venv/
__pycache__/
*.pyc
# tooling
.pytest_cache/
.ruff_cache/
# editors
.idea/
# OS noise
.DS_Store
# Critical
.env