PPE2_Tasks/.gitignore
BorysFeldsherDiditopia 93c94fb6eb Initial commit
2026-02-20 16:11:04 +01:00

18 lines
132 B
Plaintext

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