# cache
__pycache__/

# notebooks
nbs/*

# checkpoints
.ipynb_checkpoints/

# material
resources.txt
examples/data/sql_database.db

# test folders
drafts/
gpt-results/

# 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

# README BETA
README-BETA.md

# .env file
*.env
