### Python
__pycache__/
*.pyc
### Jupyter
.ipynb_checkpoints/
*.ipynb
### Project
# virtual environments
.venv/
.venv*/
# .env files
*.env