12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667 |
- # 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
|