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

# Virtual environments
.env
.venv
env/
venv/
ENV/

# Distribution / packaging
build/
dist/
*.egg-info/

# Logs and reports
*.log
.tox/
.coverage
.pytest_cache/

# Jupyter Notebook
.ipynb_checkpoints/

# IDEs
.idea/
.vscode/
*.sublime-workspace

