PFERD/.gitignore
2023-04-19 10:12:48 +02:00

9 lines
93 B
Text

.mypy_cache/
/.venv/
/PFERD.egg-info/
__pycache__/
# pyinstaller
/pferd.spec
/build/
/dist/