PPE2/.gitignore
2026-02-20 16:18:13 +01:00

18 lines
132 B
Plaintext

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