PPE2/.gitignore
2026-02-20 16:15:22 +01:00

18 lines
130 B
Plaintext

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