diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -1,4 +1,8 @@ +# Sphinx +_build/ + # python virtualenv +Pipfile.lock venv/ ENV/ .venv @@ -12,11 +16,11 @@ ENV/ # python cache files *.pyc -__pychache__ +__pycache__ # dotenv .env .envrc # os specific -.DS_Store +.DS_Store
\ No newline at end of file |