You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
177 B

4 years ago
  1. ### Python ###
  2. # Byte-compiled / optimized / DLL files
  3. __pycache__/
  4. *.py[cod]
  5. *$py.class
  6. # Environments
  7. .env
  8. .venv
  9. env/
  10. venv/
  11. ENV/
  12. env.bak/
  13. venv.bak/
  14. .envrc
  15. .DS_Store
  16. .vscode/