# Rust build output
/target/

# Compiled Python extension (generated by maturin develop)
python/dragonsci/*.pyd
python/dragonsci/*.so
python/dragonsci/*.dylib
python/dragonsci/*.pdb

# Python packaging artifacts
dist/
*.egg-info/
__pycache__/
*.pyc
*.pyo
.venv/
venv/

# maturin lock / wheel cache
*.whl

# Editor / tooling state
.vscode/
.idea/

# Test and CI caches
.pytest_cache/
.pytest_cache_local/
.test-cache/
.coverage
htmlcov/

# Claude Code project memory
.claude/

# Development plans and notes (not for version control)
plans/

# Temporary build-verification directories (dist_check*, dist_audit*, etc.)
/dist_*/
