# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
*.so

# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg

# Virtual environments
.venv/
venv/
env/
ENV/

# uv
.uv/

# Test / coverage
.pytest_cache/
.coverage
.coverage.*
htmlcov/
.mypy_cache/
.ruff_cache/

# Plasticity runtime artifacts (local-first state).
# NOTE: these are anchored to the repo root with a leading slash so they do NOT
# match the source package directory plasticity_agent/memory/ (an unanchored
# "memory/" would make the build backend drop the package from the wheel).
/memory/
/agent_runs/
*.sqlite
*.sqlite3
*.db

# Editors / OS
.vscode/
.idea/
.DS_Store

# Docs build
site/
