# Rust
/target
Cargo.lock
**/*.rs.bk
*.pdb

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
*.egg-info/
dist/
build/
.pytest_cache/
.python-version
venv/
env/
*.whl

# Maturin
.maturin/

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

# Jupyter
.ipynb_checkpoints/

# Testing and coverage
htmlcov/
.coverage
.tox/

# Documentation
docs/_build/

# Data files
# Large corpus files should not be committed
*.conllu
*.conllu.gz
*.conll
*.conll.gz
*.parquet

CLAUDE.md
plans/
.env
.claude/

