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

# Virtual environments
venv/
env/
ENV/
.venv

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

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

# Type checking
.mypy_cache/
.ruff_cache/
.dmypy.json
dmypy.json
.pytype/

# FlowX specific (project-level output directory, not src/flowx/)
/flowx/
# Example run/workflow output (local scratch, any depth under examples/)
examples/**/flowx/
examples/**/.flowx/
# Old renamed run dirs and generated dashboards/plots from example runs
examples/**/flowx-OLD/
examples/**/*.html
bundles/
*.bundle/

# Temporary files
*.log
*.tmp
.~*
