mirror of
https://github.com/systemd/systemd.git
synced 2025-03-03 16:58:37 +03:00
This directory is commonly used for virtual Python environments. These are useful when developing to install different Python versions as well as install tooling like mkosi and mypy in an isolated fashion without influencing the global system.
43 lines
462 B
Plaintext
43 lines
462 B
Plaintext
*.cache
|
|
*.plist
|
|
*.py[co]
|
|
*.swp
|
|
*.trs
|
|
*~
|
|
.config.args
|
|
.gdb_history
|
|
.deps/
|
|
.venv/
|
|
.mypy_cache/
|
|
__pycache__/
|
|
/*.gcda
|
|
/*.gcno
|
|
/*.tar.bz2
|
|
/*.tar.gz
|
|
/*.tar.xz
|
|
/GPATH
|
|
/GRTAGS
|
|
/GSYMS
|
|
/GTAGS
|
|
/TAGS
|
|
/ID
|
|
/build*
|
|
/coverage/
|
|
/image.raw
|
|
/.#image.raw.lck
|
|
/image.raw.cache-pre-dev
|
|
/image.raw.cache-pre-inst
|
|
/image.raw.manifest
|
|
/install-tree
|
|
/.mkosi-*
|
|
/mkosi.builddir/
|
|
/mkosi.output/
|
|
/mkosi.installdir/
|
|
/mkosi.key
|
|
/mkosi.crt
|
|
mkosi.local.conf
|
|
/tags
|
|
.dir-locals-2.el
|
|
.vscode/
|
|
/pkg/
|