Skip to content
Snippets Groups Projects
Commit 10c96da8 authored by Bobinson K B's avatar Bobinson K B
Browse files

.gitignore enhancements

parent 8ef1e8cf
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,45 @@ py3env ...@@ -5,4 +14,45 @@ 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
\ No newline at end of file
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