.DS_Store

# Ignore virtual environment directory
venv/

# Ignore Python compiled files
*.pyc
__pycache__/

# Ignore IDE-specific files
.idea/
.vscode/

# Ignore build and distribution directories
build/
dist/

# Ignore pytest cache directory
.pytest_cache/

# Ignore coverage reports
.coverage
htmlcov/

# Ignore Sphinx documentation build directory
docs/_build/

# Ignore pip cache
.cache/

bin/
lib/

# Ignore env
.env
.env.secrets

# Ignore SQLite database
test.db

# Ignore node modules
node_modules

# Only use pnpm
package-lock.json

*.pkl
*.jar

logs/

a79agentapp/

results/

bazel-agentapp/

.terraform

.testmondata*

# Ignore the xml file
llm_xml_out.xml

out/

.prompt_include

.prompt_instructions

debug_node*
services/api_service/src/router/workflows/debug_node*

common_py/workflow/library/notebooks/.ipynb_checkpoints/*

# ignored this file to prevent conflicts, final will be auto-generated on build
services/ui_service/src/output.css

.composio.lock
