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

# Virtual environments
.venv/
venv/
ENV/

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

# OS
.DS_Store
Thumbs.db

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

# Distribution
*.tar.gz
*.whl

# ACAIAgent — user secrets & local config (NEVER commit)
# Only *.example templates ship in the repo; the real files are user-local.
.env
.env.*
config/models.yaml
config/routing.yaml
config/agent.yaml
config/memory.yaml
config/agents.yaml
config/workflows.yaml
