# Environment files
.env
.env.*
!.env.example

# Virtual Environment
.venv/
venv/
ENV/
env/
uv.lock

# Config
config.yaml
config.*.yaml

# 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
.mypy_cache/
.pytest_cache/
.ruff_cache/
.pytype

# IDEs and editors
.idea/
.vscode/
*.swp
*.swo
.DS_Store

# Docker
.docker/

# Logs
*.log

# Project specific
thread_id.txt
agentic-director/

# Storage - ignore everything in storage except README files
storage/*
!storage/README.md
!storage/*/README.md
!storage/datastore/
!storage/triplestore/
!storage/vectorstore/
storage/datastore/*
storage/triplestore/*
storage/vectorstore/*

# Ignore data files globally
*.csv
*.parquet
*.json
*.pdf
*.doc
*.docx
*.ppt
*.pptx
*.xls
*.xlsx
*.jpg
*.png
*.gif
*.jpeg
*.webp
*.heic


*.pid
sandbox/

# Coverage reports
.coverage
coverage.xml
htmlcov/
