1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192 |
- # Compiled source #
- ###################
- *.com
- *.class
- *.dll
- *.exe
- *.o
- *.so
- *.pyc
- .ipynb_checkpoints
- *~
- *#
- build*
- *egg-info
- dist/*
- # Packages #
- ###################
- # it's better to unpack these files and commit the raw source
- # git has its own built in compression methods
- *.7z
- *.dmg
- *.gz
- *.iso
- *.jar
- *.rar
- *.tar
- *.zip
- # Logs and databases #
- ######################
- *.log
- *.sql
- *.sqlite
- # OS generated files #
- ######################
- .DS_Store
- .DS_Store?
- ._*
- .Spotlight-V100
- .Trashes
- ehthumbs.db
- Thumbs.db
- # Images
- ######################
- *.jpg
- *.gif
- *.png
- *.svg
- *.ico
- # Video
- ######################
- *.wmv
- *.mpg
- *.mpeg
- *.mp4
- *.mov
- *.flv
- *.avi
- *.ogv
- *.ogg
- *.webm
- # Audio
- ######################
- *.wav
- *.mp3
- *.wma
- # Fonts
- ######################
- Fonts
- *.eot
- *.ttf
- *.woff
- # Format
- ######################
- CPPLINT.cfg
- .clang-format
- # Gtags
- ######################
- GPATH
- GRTAGS
- GSYMS
- GTAGS
- *.pth
|