13 lines
No EOL
160 B
Text
13 lines
No EOL
160 B
Text
# Python dealies.
|
|
__pycache__/
|
|
|
|
# Virtual environment in project.
|
|
.venv
|
|
|
|
# Version file for pdm, points to host root.
|
|
.pdm-python
|
|
|
|
# Anything built
|
|
dist/
|
|
|
|
*.whl |