Private
Public Access
1
0
Files
rowsandall/.gitignore
2016-10-31 13:23:25 +01:00

16 lines
216 B
Plaintext

# Compiled python modules.
*.pyc
# Setuptools distribution folder.
/dist/
/build/
/docs/
# Python egg metadata, regenerated from source files by setuptools.
*.egg-info
# Emacs temp files
*.*~
# database
*.sqlite3