pferd/.gitignore

11 lines
103 B
Plaintext

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