# Byte-compiled
__pycache__/
*.py[cod]
*$py.class

# Distribution / packaging
dist/
build/
*.egg-info/
*.egg

# Virtual environments
.venv/
venv/
env/

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

# OS
.DS_Store
Thumbs.db

# Coverage
htmlcov/
.coverage
.coverage.*
coverage.xml
*.cover

# MyPy
.mypy_cache/
.dmypy.json
dmypy.json

# Ruff
.ruff_cache/

# pytest
.pytest_cache/

# Output
output/*.xlsx

# Dataset pickles (auto-generated)
src/databloom/data/datasets/*.pkl

# CocoIndex
.cocoindex_code/

# Jupyter
.ipynb_checkpoints/
*.ipynb
