# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# Virtual Environments
.venv/
venv/
ENV/
env/

# IDEs
.vscode/
.idea/
*.swp
*.swo
.DS_Store

# Frontend
node_modules/
/flowyml_notebook/frontend/npm-debug.log*

# Documentation
site/
.mkdocs/

# Environment
.env
.env.*
!.env.example

# Tests
.pytest_cache/
.coverage
htmlcov/
nosetests.xml
coverage.xml
*.cover
.tox/
.hypothesis/