# Python
__pycache__/
*.pyc
*.pyo
*.egg-info/
dist/
build/

# Virtual environments
.venv/
venv/
uv.lock

# Testing
.pytest_cache/

# codetree index (regenerated at startup)
.codetree/

# OS
.DS_Store

# IDEs
.idea/
.vscode/
