# Python
__pycache__/
*.py[cod]
*.egg-info/
.eggs/
dist/
build/

# Virtual environments
.venv/
venv/

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

# Generated
README.html
demo_output/

# OS
.DS_Store

# Secrets
.env
*.pem
