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

# Testing
.pytest_cache/
.coverage
htmlcov/
.tox/
.hypothesis/

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

# Environment
.env
.venv
venv/
ENV/
env/

# Build & distribution
build/
dist/
*.egg-info/

# Trace & storage artifacts
*.db
*.db-wal
*.db-shm
traces/
exports/

# Web UI
web_ui/node_modules/
web_ui/dist/
web_ui/.env.local
