17 lines
175 B
Text
17 lines
175 B
Text
# Python-generated files
|
|
__pycache__/
|
|
*.py[oc]
|
|
build/
|
|
dist/
|
|
wheels/
|
|
*.egg-info
|
|
|
|
# Library caches
|
|
.mypy_cache
|
|
.ruff_cache
|
|
|
|
# Virtual environments
|
|
.venv
|
|
|
|
# MacOS junk
|
|
.DS_Store
|