Browse Source

git: ignore compled python files and pycache

master
Nathan Bergey 2 years ago
parent
commit
ebbc4804b9
  1. 2
      .gitignore

2
.gitignore

@ -1,4 +1,6 @@
*.py[cod]
.pytest_cache/
.venv/
__pycache__
Pipfile.lock
Loading…
Cancel
Save