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

# C extensions
*.so

# Distribution / packaging
.Python
build/
build-exports/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
./lib/
./lib64/
parts/
sdist/
var/
*.egg-info/
.installed.cfg
*.egg

# 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

# Unit test / coverage reports
htmlcov/
.tox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*,cover
.hypothesis/
coverage/
.nyc_output/

# Translations
*.mo
*.pot

# Django stuff:
*.log
celerybeat-schedule.db

# Sphinx documentation
docs/_build/

# PyBuilder
target/

#Ipython/Jupyter Notebook
.ipynb_checkpoints
*.ipynb

# Heroku/Foreman
.env

# webpack
static/bundles
node_modules


# Editor stuff
*.swp
*.orig

/nbproject
.idea/
.redcar/
codekit-config.json
.pycharm_helpers/

.project
.pydevproject

*.DS_Store

# Django static
staticfiles/
static/hash.txt

.venv
release-notes-checklist

# Webpack
webpack-stats.json
webpack-stats/
!scripts/test/data/webpack-stats/


# Celery Beat
celerybeat-schedule

# for testing out NPM packages
*.tgz

# docs/bundler/jekyll
docs/_site

.pnp.*
frontends/.yarn
!frontends/.yarn/releases

.yarn/*
!.yarn/releases

# Typescript
tsconfig.tsbuildinfo

# VS-Code
.vscode

# GitHub Pages static site
github-pages/public

# Storybook
storybook-static/

/**/.yarn/cache
.swc

# Streamlit secrets
.streamlit