Browse Source

Add gitignore file

mistress
Daniel Muckerman 4 years ago
parent
commit
6ef5d6878b
1 changed files with 18 additions and 0 deletions
  1. +18
    -0
      .gitignore

+ 18
- 0
.gitignore View File

@ -0,0 +1,18 @@
### Python ###
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# Environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/
.envrc
.DS_Store
.vscode/

Loading…
Cancel
Save