# Environment
.env
*.env.local

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

# JupyterHub
jupyterhub.sqlite
jupyterhub_cookie_secret
jupyterhub-proxy.pid
.jupyterhub.sqlite

# Docker
docker/jupyterhub_data/

# IDE
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store

# Logs
*.log
logs/

# Test outputs
tests/visual/screenshots/
tests/visual/diff/

# Node (for future SCSS compilation)
node_modules/
package-lock.json
yarn.lock

# Compiled CSS (if using SCSS)
themes/*/static/css/*.css.map