44 lines
360 B
Text
44 lines
360 B
Text
|
# Python bytecode:
|
||
|
*.py[co]
|
||
|
|
||
|
# Packaging files:
|
||
|
*.egg*
|
||
|
|
||
|
# Sphinx docs:
|
||
|
build
|
||
|
|
||
|
# SQLite3 database files:
|
||
|
*.db
|
||
|
|
||
|
# Logs:
|
||
|
*.log
|
||
|
|
||
|
# Eclipse
|
||
|
.project
|
||
|
.pydevproject
|
||
|
.settings
|
||
|
|
||
|
# Linux Editors
|
||
|
*~
|
||
|
\#*\#
|
||
|
/.emacs.desktop
|
||
|
/.emacs.desktop.lock
|
||
|
.elc
|
||
|
auto-save-list
|
||
|
tramp
|
||
|
.\#*
|
||
|
*.swp
|
||
|
*.swo
|
||
|
|
||
|
# Mac
|
||
|
.DS_Store
|
||
|
._*
|
||
|
|
||
|
# Windows
|
||
|
Thumbs.db
|
||
|
Desktop.ini
|
||
|
|
||
|
.ropeproject
|
||
|
_build/
|
||
|
*.sqlite3
|