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

# Virtual environment
.venv/

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

# Streamlit
.streamlit_cache/

# Ruff
.ruff_cache/

# OS
.DS_Store
Thumbs.db
/.doc/
