/target

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST
.venv/
venv/
ENV/
env/

# PyPI
pypi-token
*.pypirc

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

# OS
.DS_Store
Thumbs.db

# Development documentation (archived separately)
SESSION_*.md
AGENT_*.md
FINAL_*.md
*_REPORT.md
*_SUMMARY.md
*_STATUS.md
*_ANALYSIS.md
PYPI_*.md

# Claude Code
.claude/

# Removed intermediate/session documents (cleaned up in v0.2.9)
docs/archive/
fixplan/
LATEST_FEATURES.md
OPS_GUIDE.md
DISTRIBUTED_STORAGE_RESEARCH.md
COMPREHENSIVE_QUALITY_PLAN.md
scripts/REGRESSION_STRATEGY.md

# Generated test outputs and baselines
test_baselines/
archive/

# Compiled test binaries (accidentally committed)
test_literals
test_parse
test_pattern_comp

# Core dumps
*.core
