mirror of
https://github.com/iluvcapra/pycmx.git
synced 2025-12-31 00:40:57 +00:00
23 lines
240 B
Plaintext
23 lines
240 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
|
|
.DS_Store
|
|
|
|
venv/
|
|
|
|
.coverage
|
|
lcov.info
|
|
|
|
|
|
# venv
|
|
venv/
|