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

# Testing
.coverage
.coverage.*
coverage.xml
.pytest_cache/
htmlcov/
.tox/
.nox/

# Development
.venv/
venv/
ENV/
env/

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

# Build artifacts
.ruff_cache/
.mypy_cache/
.dmypy.json
dmypy.json

# MkDocs
site/
.mkdocs_cache/

# Bot Assembly runtime artifacts
**/processes/*/
!bdd/processes/directory_instead/

botassembly.db
botassembly.db*

# Temporary artifacts
tmp/
opencodetmp/
*.zip
.processes
qa/logs

# Node.js artifacts (from testing)
node_modules/
package-lock.json

# harvesting
vendor
tests/.botassembly/runtime/

# Scripts
scripts/readme_cache.json

# InnerLoop runtime artifacts
.innerloop/
