17 lines
217 B
Plaintext
17 lines
217 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 |