diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -1,11 +1,13 @@ # Sphinx _build/ +localazy_private.json # python virtualenv venv/ ENV/ .venv Pipfile.lock +Pipfile # put various editor ignores here .vscode/ @@ -13,6 +15,9 @@ Pipfile.lock *.vpw *.vpwhist *.vtg +.idea/ +.idea +.idea/* # python cache files *.pyc @@ -23,4 +28,4 @@ __pycache__ .envrc # os specific -.DS_Store +.DS_Store
\ No newline at end of file |