gaphor/.gitignore
Dan Yeaw f24c456784
Use PyInstaller to freeze and then manually create AppImage
Signed-off-by: Dan Yeaw <dan@yeaw.me>
2021-01-16 14:22:49 -05:00

51 lines
549 B
Plaintext

build
dist
gaphor/locale/*/LC_MESSAGES
html
htmlcov
*.pyc
*.pyo
*.swp
*.egg
*~
\#*\#
.eggs/
gaphor.egg-info/
tmp.gaphor
gaphor.prof
.gpg
pip-wheel-metadata
# Gaphor test models in project root
/*.gaphor
# Virtual env stuff
.env/
.venv/
.vscode/
.python-version
# PyTest
.pytest_cache
# MyPy
.mypy_cache/
# Coverage
.coverage
# Editors
.idea
# Windows Install
packaging/windows/gaphor-script.py
packaging/windows/_build_root
packaging/windows/file_version_info.txt
packaging/windows/output
# MacOS
package/gaphor.iconset/
# Vagrant
.vagrant