|
@@ -0,0 +1,66 @@
|
|
|
+# Byte-compiled / optimized / DLL files
|
|
|
+__pycache__/
|
|
|
+*.py[cod]
|
|
|
+
|
|
|
+
|
|
|
+# linux
|
|
|
+.*.swp
|
|
|
+*~
|
|
|
+.fuse_hidden*
|
|
|
+.Trash-*
|
|
|
+/.trash-cache
|
|
|
+/.dapper
|
|
|
+*.vagrant
|
|
|
+
|
|
|
+# PyInstaller
|
|
|
+# Usually these files are written by a python script from a template
|
|
|
+# before PyInstaller builds the exe, so as to inject date/other infos into it.
|
|
|
+*.manifest
|
|
|
+*.spec
|
|
|
+
|
|
|
+# Installer logs
|
|
|
+pip-log.txt
|
|
|
+pip-delete-this-directory.txt
|
|
|
+
|
|
|
+# Unit test / coverage reports
|
|
|
+htmlcov/
|
|
|
+.tox/
|
|
|
+.coverage
|
|
|
+.coverage.*
|
|
|
+.cache
|
|
|
+nosetests.xml
|
|
|
+coverage.xml
|
|
|
+*,cover
|
|
|
+
|
|
|
+
|
|
|
+# logs
|
|
|
+*.log
|
|
|
+
|
|
|
+
|
|
|
+# macos
|
|
|
+*.DS_Store
|
|
|
+.AppleDouble
|
|
|
+.LSOverride
|
|
|
+.DocumentRevisions-V100
|
|
|
+.fseventsd
|
|
|
+.Spotlight-V100
|
|
|
+.TemporaryItems
|
|
|
+.Trashes
|
|
|
+.VolumeIcon.icns
|
|
|
+.com.apple.timemachine.donotpresent
|
|
|
+._*
|
|
|
+
|
|
|
+# Windows
|
|
|
+Thumbs.db
|
|
|
+ehthumbs.db
|
|
|
+ehthumbs_vista.db
|
|
|
+Desktop.ini
|
|
|
+$RECYCLE.BIN/
|
|
|
+*.cab
|
|
|
+*.msi
|
|
|
+*.msm
|
|
|
+*.msp
|
|
|
+*.lnk
|
|
|
+*.vswp
|
|
|
+.git/credentials
|
|
|
+*.vswp
|