22 lines
170 B
Text
22 lines
170 B
Text
# Python
|
|
__pycache__/
|
|
*.pyc
|
|
*.pyo
|
|
.mypy_cache/
|
|
.ruff_cache/
|
|
*.egg-info/
|
|
dist/
|
|
build/
|
|
.venv/
|
|
venv/
|
|
|
|
# App
|
|
cache/
|
|
|
|
# Pytest
|
|
.pytest_cache/
|
|
|
|
# Editors
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|