kiwi-el8/.gitignore
Neal Gompa 7125211f9b
Switch to Poetry and use pyproject.toml definitions
This allows kiwi to be built, developed, tested, and installed
through Poetry. This also raises the minimum Python version to 3.9.
2024-03-06 09:28:26 +01:00

92 lines
1.1 KiB
Plaintext

# completion
completion/kiwi-ng
# Schema formats
kiwi/schema/kiwi.xsd
kiwi/schema/xsi.xsd
kiwi/schema/kiwi.revision
doc/source/development/schema/xsdDocHtml.css
# C tool binaries
tools/dcounter
tools/driveready
tools/isconsole
tools/setctsid
tools/startshell
tools/utimer
# Byte-compiled / optimized / DLL files
.pytest_cache/
__pycache__/
*.py[cod]
# Backup files
*~
*.kate-swp
*.~
# C extensions
*.so
# Distribution / packaging
.Python
env/
.env/
.env2/
.env3/
build/
build_gh_pages/
develop-eggs/
dist/
downloads/
eggs/
parts/
sdist/
var/
*.egg-info/
.installed.cfg
*.egg
# Poetry
poetry.lock
# PyInstaller
# Usually these files are written by a python script from a template
# before PyInstaller builds the exe, so as to inject date/other infos into it.
*.manifest
# Installer logs
pip-log.txt
pip-delete-this-directory.txt
# Unit test / coverage reports
htmlcov/
.tox/
.coverage
.cache
coverage.xml
# Translations
*.mo
# Django stuff:
*.log
# Sphinx documentation
docs/_build/
doc/xml/
# man pages
*.1.gz
# MyPy
.mypy_cache/
# Editors
.vscode/
# Rust
Cargo.lock
vendor/