Configure ignore for more files. (#122)

This commit is contained in:
Bekir Bakar
2023-04-06 20:13:09 +03:00
committed by GitHub
parent e9a082dcf2
commit 06d24056e9

14
.gitignore vendored
View File

@@ -1 +1,15 @@
# Byte-compiled / Optimized / DLL Files
*.pyc
*.pyo
*.pyd
__pycache__/
# Distribution / Packaging
venv/
# Unit Test
.pytest_cache/
# Ignore IDE, Editor Files
.idea/
.vscode/