# Python
__pycache__/
*.py[cod]
*$py.class
*.so
*_output.txt
.Python

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

# uv
.uv/

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

# Jupyter Notebooks
.ipynb_checkpoints/
*.ipynb_checkpoints

# Testing
.pytest_cache/
.coverage
htmlcov/
*.cover
.ruff_cache/
.mypy_cache/

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

# Environment variables
.env
.env.local

# Runtime data and logs
/data/
*.parquet
*.parquet.lock
*.pkl
docs/arch
src/docpipe/backend/data/

# Downloaded models
src/docpipe/backend/models/
src/docpipe/models/
src/models/

# Bob AI Assistant — track rules/skills; ignore local-only files
.bob/.ai_architecture.yaml
.bob/mcp.json
.bob/*.bak
.bob/


# OS
.DS_Store
Thumbs.db

# Notebook runtime output
examples/notebooks/data/

# Connector credentials
examples/connectors/.env
examples/connectors/*-service-account.json
examples/connectors/google-service-account.json

# LDAP credentials
examples/LDAP/.env

# Local test artifacts with credentials
test_flows/

## UV lock file
uv.lock
