Files
headphones/.gitignore
2016-03-18 23:24:38 -07:00

73 lines
671 B
Plaintext

[Tt]est[Rr]esult*
/cache
/logs
.project
.pydevproject
# coverage generated
/cover-html/
.coverage
.coveralls.yml
# Compiled source
*.pyc
*.py~
*.pyproj
*.sln
# Headphones files
*.log
*.db*
*.db-journal
*.ini
version.lock
logs/*
cache/*
# HTTPS Cert/Key
*.crt
*.key
*.csr
# OS generated files
.DS_Store?
.DS_Store
ehthumbs.db
Icon?
Thumbs.db
# Ignore files generated by PyCharm
.idea/*
# Ignore files generated by vi
*.swp
# Ignore files build by Visual Studio
*.obj
*.exe
*.pdb
*.user
*.aps
*.pch
*.vspscc
*_i.c
*_p.c
*.ncb
*.suo
*.tlb
*.tlh
*.bak
*.cache
*.ilk
*.log
[Bb]in
[Dd]ebug*/
*.lib
*.sbr
obj/
[Rr]elease*/
_ReSharper*/
.vscode
# Python virtual env
venv