mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-04 17:24:46 +00:00
ignore files
This commit is contained in:
9
.gitignore
vendored
9
.gitignore
vendored
@@ -1,15 +1,16 @@
|
|||||||
|
# python stuff
|
||||||
*.pyc
|
*.pyc
|
||||||
__pycache__
|
__pycache__
|
||||||
|
|
||||||
.coverage
|
|
||||||
.coverage*
|
|
||||||
|
|
||||||
dist/
|
dist/
|
||||||
build/
|
build/
|
||||||
*.egg-info/
|
*.egg-info/
|
||||||
tags
|
tags
|
||||||
env
|
env
|
||||||
venv
|
venv
|
||||||
|
|
||||||
|
# coverage stuff
|
||||||
|
.coverage
|
||||||
|
.coverage*
|
||||||
htmlcov
|
htmlcov
|
||||||
|
|
||||||
# IDE
|
# IDE
|
||||||
|
|||||||
Reference in New Issue
Block a user