Private
Public Access
1
0
Files
rowsandall/.gitignore
2016-11-02 20:41:45 +01:00

17 lines
224 B
Plaintext

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