17 lines
131 B
Plaintext
17 lines
131 B
Plaintext
# Python
|
|
.venv/
|
|
__pycache__/
|
|
*.pyc
|
|
|
|
# tooling
|
|
.pytest_cache/
|
|
.ruff_chache/
|
|
|
|
# editors
|
|
.idea/
|
|
|
|
# OS noise
|
|
.DS_store
|
|
|
|
# Critical
|
|
.env |