/.idea
/.pdm-python
/.pdm.toml
/build/
/__pypackages__/
/dist/
/.mypy_cache/
/.ruff_cache/
/.pdm-build/
/tmp/

# Python cache files (recursive)
**/__pycache__/
**/*.pyc
**/*.pyo
**/*.pyd
.Python


# ACB settings directory (should only be created by consuming applications)
/settings/
/.benchmarks/
/.claude/
/.crackerjack/
/htmlcov/
/.coverage
/complexipy.json
/coverage.json
/NOTES.md
/.obsidian/
/.smart-env/
/.venv/

# SQLite databases and test artifacts
*.db
*.db-*
/data/
sqlite+*/
