# Python artifacts
__pycache__/
*.py[cod]
*.pyo
*.pyd
*.so
*.egg-info/
.eggs/
*.egg

# Rust artifacts
target/
Cargo.lock
*.rs.bk
*.rlib
*.prof*

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

# Build outputs
build/
dist/
pip-wheel-metadata/
build_output.txt

# Testing outputs
.pytest_cache/
.coverage
htmlcov/

# Editors/IDEs
.vscode/
.idea/

# OS noise
.DS_Store
Thumbs.db

# Paper / experiments (not for public repo)
paper/

# Temp files
*.tmp
*.swp
*.swo
*.log
akbe_doc_classifier.json
complex.json
