# Python bytecode and cache
__pycache__/
*.py[cod]
*$py.class
*.so

# PyInstaller
*.manifest
*.spec

# dotenv
.env

# Virtual environments
.venv/
venv/
ENV/
env/

# Pytest
.pytest_cache/

# IDE
.idea/

# Distribution / packaging
.Python
downloads/
dist/
build/
*.egg-info/

### VS Code ###
.vscode/

### Mac OS ###
.DS_Store

.cursor/debug.log
.cursor/plans/

*.code-workspace

# Databao domain build output and UI
**/databao/domains/*/output/
**/databao/ui/