Files
pycmx/.gitignore
2022-01-16 17:16:14 -08:00

14 lines
197 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