gaphor/.gitignore

61 lines
705 B
Plaintext
Raw Permalink Normal View History

2009-07-06 14:29:09 +04:00
build
2009-11-16 19:30:01 +03:00
dist
2019-11-11 01:30:27 +03:00
gaphor/locale/*/LC_MESSAGES
2023-04-21 04:54:43 +03:00
docs/locale/*/LC_MESSAGES/*.mo
docs/locale/.doctrees
2011-07-21 23:51:05 +04:00
html
*.pyc
*.pyo
2009-11-16 19:30:01 +03:00
*.swp
*.egg
*~
\#*\#
2018-11-20 00:21:48 +03:00
.eggs/
*.egg-info/
2020-05-24 11:48:24 +03:00
gaphor.prof
.gpg
pip-wheel-metadata
2018-11-20 00:21:48 +03:00
# Gaphor test models and notebooks in project root
/*.gaphor
/*.ipynb
# (Virtual) env stuff
.env/
.idea
.venv/
2018-11-22 22:32:53 +03:00
.vscode/
.python-version
2019-04-10 15:15:54 +03:00
# PyTest
.pytest_cache
.hypothesis
2019-04-10 15:15:54 +03:00
2019-08-06 22:53:12 +03:00
# MyPy
.mypy_cache/
# Coverage
.coverage
htmlcov
2022-11-02 15:54:52 +03:00
# Flatpak
.flatpak-builder
2023-11-26 00:58:26 +03:00
# Schemas
data/gschemas.compiled
# Windows Install
_packaging/windows/gaphor-script.py
_packaging/windows/_build_root
_packaging/windows/file_version_info.txt
_packaging/windows/output
2019-03-29 13:46:33 +03:00
# MacOS
package/gaphor.iconset/
# Vagrant
2020-08-16 00:54:39 +03:00
.vagrant
# SonarCloud
.scannerwork