Private
Public Access
1
0
Files
rowsandall/.gitignore
sanderroosendaal bb39d2b0af removed db.sqlite3
2016-10-31 14:15:40 +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