Skip to content
Snippets Groups Projects
Unverified Commit 8910592a authored by Anthony Martin's avatar Anthony Martin Committed by GitHub
Browse files

Merge pull request #154 from bobinson/develop

.gitignore enhancements
parents 8ef1e8cf dc0e826f
No related branches found
No related tags found
No related merge requests found
# editor related
.idea/
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
*.pyc *.pyc
*~* *~*
*#* *#*
...@@ -5,4 +14,47 @@ py3env ...@@ -5,4 +14,47 @@ py3env
dist dist
build build
*.egg* *.egg*
*.com
*.class
*.dll
*.exe
*.o
*.so
# temporary files
.DS_Store
*.swp
*.swo
*.json
*.conf
# 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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment