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

# C extensions
*.so

# Jupyter Notebook
/**/.ipynb_checkpoints
*.ipynb

# Mac OS
.DS_Store

# sqlite db
*.sqlite3
*.sqlite3-journal

# Virtual environments
.venv/

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

# All dotenv
**/**/.env

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

# Ignore all config files
bizon/**/config/*.yml
# Except example config files
!bizon/**/config/*.example.yml

# Jupyter Notebook
.ipynb_checkpoints

# IPython
profile_default/
ipython_config.py

hubspot_credentials.json
test-pipeline*.yml
