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

20 lines
247 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
# manage.py
manage.py