# Rust
/target/
**/*.rs.bk

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
*.egg
*.egg-info/
dist/
build/
.eggs/
*.pyo
.Python

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

# Environment files
.env
.env.local
.env.*.local

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

# macOS
.DS_Store
.AppleDouble
.LSOverride

# ChromaDB local data
/chroma/

# Test and coverage
.coverage
htmlcov/
.pytest_cache/
.tox/

# Maturin build artifacts
*.whl

# Logs
*.log

