# Virtual environments
.venv
venv/
env/

# IDEs
.idea
.vscode/

# 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

# Testing
.pytest_cache/
.coverage
.coverage.*
htmlcov/
.tox/
.hypothesis/

# Project-specific
warehouse/
test_warehouse/
*.arrow
*.parquet

# Rust build artifacts
pixelquery_core/target/
*.dylib

# OS files
.DS_Store

# Icechunk test repos
.icechunk/
*/.icechunk/

# Sample data cache
sample_data_cache/

# Agent state
.sisyphus/
.claude/
.omc/

# Ruff
.ruff_cache/

# Lock files (project uses hatch)
uv.lock
