pferd/.gitignore

10 lines
93 B
Plaintext

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