Configure ignore for more files. (#122)
This commit is contained in:
14
.gitignore
vendored
14
.gitignore
vendored
@@ -1 +1,15 @@
|
|||||||
|
# Byte-compiled / Optimized / DLL Files
|
||||||
*.pyc
|
*.pyc
|
||||||
|
*.pyo
|
||||||
|
*.pyd
|
||||||
|
__pycache__/
|
||||||
|
|
||||||
|
# Distribution / Packaging
|
||||||
|
venv/
|
||||||
|
|
||||||
|
# Unit Test
|
||||||
|
.pytest_cache/
|
||||||
|
|
||||||
|
# Ignore IDE, Editor Files
|
||||||
|
.idea/
|
||||||
|
.vscode/
|
||||||
|
|||||||
Reference in New Issue
Block a user