f24c456784
Signed-off-by: Dan Yeaw <dan@yeaw.me>
51 lines
549 B
Plaintext
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
|