# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# Virtual environment
venv/
env/
ENV/

# Rust
target/
Cargo.lock

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

# OS
.DS_Store
Thumbs.db

# Testing
.pytest_cache/
.coverage
htmlcov/
.mypy_cache/
.ruff_cache/

# Maturin
*.whl

# Development and temporary files
*.tmp
*.temp
*_temp.py
*_debug.py
*_test.py
comprehensive_*.py
demonstrate_*.py
benchmark.ipynb

# Documentation drafts
*_DRAFT.md
*_WIP.md

# Jupyter notebooks (unless specifically needed)
*.ipynb

# Development scripts (keep essential ones)
scripts/audit/
scripts/validation/
