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

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

# Virtual environments
.env
.envrc
.venv
venv/

# Testing
.pytest_cache/
.coverage
htmlcov/

# IDEs
.idea/
.vscode/
.cursorignore
.cursorindexingignore

# Type checkers / linters
.mypy_cache/
.ruff_cache/

# Memclaw local data
.memclaw/
