# Tsunami (standalone repo: github.com/11PJ11/tsunami)
tsunami/

# Local Claude settings
.claude/settings.local.json
CLAUDE.local.md
.mcp.json

# Test and development state files
state/
test-results/
.nwave/
.des/

# Temporary files
*.tmp
*.temp
*.bak
_tmp/
.execute-command-updated
.dependency-map.yaml
SESSION_STATE*.md

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

# OS files
.DS_Store
Thumbs.db

# Python cache and artifacts
__pycache__/
*.pyc
*.pyo
.mypy_cache/
.ruff_cache/
.pytest_cache/
.coverage
*.egg-info/

# Python virtual environments
.venv/
.venv-mutation/
venv/
env/
ENV/

# Pipfile.lock (pipenv resolver incompatible with PEP 517 editable installs)
# Use requirements.lock (pip freeze) for reproducible installs instead
Pipfile.lock

# Python logs
pytest.log
**/pytest.log

# Node modules
node_modules/

# Report artifacts
reports/

# Build artifacts
dist/
plugin/
!tests/**/plugin/
!tests/**/plugin/
build/
!tests/build/
target/
**/build.log
build-test.log

# TOON format agents (separate branch)
/agents/
output/

# Mutation testing
.mutmut-cache
*.sqlite
cosmic-ray.toml
cosmic-ray-exec.log
mutation-run.log
mutation-test.log
/mutants/

# nWave audit logs (local only)
.nwave-audit.log

# Hypothesis property-based testing
.hypothesis/

# Auto-generated changelog (semantic-release default; not used)
CHANGELOG.md

# script to migrate and converge nwave-dev to nWave-beta and nWave project unique version
scripts/release/cleanup/__init__.py
