123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566 |
- # 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
- .git/credentials
- *.vswp
|