# Environment variables
.env

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

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

# PyInstaller
#  Usually these files are written by a CI script
#  One normally never wants to keep them
*.manifest
*.spec

# Jupyter Notebook
.ipynb_checkpoints

# Instance Environment
instance/
.webassets-cache

# Temporary files
*.swp
*~
*.bak
*.tmp

# OS generated files
.DS_Store
Thumbs.db

# IDE specific files
.idea/
.vscode/
*.iml
*.project
.classpath
*.launch

# Node.js
**/node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*
coverage/
dist/
.npm
.yarnrc
.yarn/cache
.yarn/plugnplay
.yarn/unplugged
.pnpm-store/ 

# Docker
.docker/

# Python
.venv/

# submodules
.gitmodules