#Ignore python3 generated files
#*.py
*.pyc
*.pyo
*.egg

#Ignore log files
*.log*

__pycache__/
dist/
build/
bs_fura.egg-info/
*.egg-info/


#Ignore Mettle generated files
bs_fura/db/
bs_fura/braze/
bs_fura/sql/*.sql
