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

19 lines
133 B
Plaintext

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