Code_PPII_FS26/.gitignore
2026-02-20 16:15:29 +01:00

19 lines
133 B
Plaintext

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