mirror of
https://github.com/iluvcapra/pycmx.git
synced 2025-12-31 08:50:54 +00:00
19 lines
231 B
Plaintext
19 lines
231 B
Plaintext
# Compiled python modules.
|
|
*.pyc
|
|
|
|
# Setuptools distribution folder.
|
|
/dist/
|
|
|
|
# Python egg metadata, regenerated from source files by setuptools.
|
|
/*.egg-info
|
|
/build/
|
|
|
|
# Vim Swapfiles
|
|
*.swp
|
|
|
|
# venv
|
|
venv/
|
|
|
|
.DS_Store
|
|
.coverage
|
|
lcov.info |