# Rust build artifacts
/target/
Cargo.lock

# Python compiled extension (built by maturin — never commit platform binaries)
*.so
*.pyd
*.dll

# Python bytecode
__pycache__/
*.py[cod]
*.pyo

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

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

# Maturin / pip editable install artifacts
*.dist-info/

# Editor and OS artifacts
.DS_Store
Thumbs.db
.idea/
.vscode/
*.swp
*.swo
*~

# Decompressed test fixtures (committed as .gz; plain .xml are working copies)
tests/*.xml

# Test / coverage artifacts
.pytest_cache/
.coverage
coverage.xml
htmlcov/

# Claude Code internals — never push session state
.claude/

# Jupyter
.ipynb_checkpoints/
