# Byte-compiled / optimized / DLL files
/dist
/node_modules
**/__pycache__
*.py[cod]
*$py.class

# Logs
/logs
*.log

# PyBuilder
.Python
.pybuilder/
target/
pip-wheel-metadata/
 
# PyInstaller
#  Usually these files are written by a python script from a template
#  before PyInstaller builds the exe, so as to inject date/other infos into it.
*.manifest
*.spec

# Installer logs
pip-log.txt
pip-delete-this-directory.txt

# Django stuff:
*.log
local_settings.py
db.sqlite3
db.sqlite3-journal

# Flask stuff:
instance/
.webassets-cache

# PEP 582; used by e.g. github.com/David-OConnor/pyflow
__pypackages__/

# Jupyter Notebook
.ipynb_checkpoints

# IPython
profile_default/
ipython_config.py

# pyenv
.python-version

# OS
.DS_Store

# Tests
/coverage
/.nyc_output

# IDEs and editors
/.idea

# IDE - VSCode
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
!.vscode/python.code-profile
/data
/public
.env
.env.dev
venv
/out
/build
tests/