# Rust
/target/
Cargo.lock

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
*.pyi
py.typed

# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# PyInstaller
*.manifest
*.spec

# Python environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/
.python-version

# UV package manager
uv.lock

# Jupyter Notebook
.ipynb_checkpoints

# IPython
profile_default/
ipython_config.py

# pytest
.pytest_cache/
.coverage
htmlcov/

# IDEs and editors
.idea/
.vscode/
*.swp
*.swo
*~
.project
.settings/

# OS
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db

# Temporary files
*.tmp
*.temp
*.log
*.bak
*.orig

# Test data and session files
*.jsonl
!example*.jsonl  # Keep example files if any
!tests/fixtures/example*.jsonl
!python/tests/fixtures/*.jsonl

# Old/backup directories
backup_*/
*_old/
*_backup/

# Development artifacts
.claude/
*.debug
core.*
test-env/

# Maturin build cache
.cargo/
