# Binaries
bin/
*.exe

# Dependencies
vendor/

# Environment files
.env

# Database files
*.db
*.parquet
data/
catalog.db
catalog.db.wal
# Configuration files (local config, keep example)
config.yaml
users.yaml

# IDE
.idea/
.vscode/

# Logs
*.log
*.test

# Task runner cache
.task/

# Coverage reports
coverage.out
coverage.html
*.db.lock
*.db.wal
cache.db.wal

# 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 environments
.venv/
venv/
ENV/
env/

# pytest
.pytest_cache/
.coverage
htmlcov/

# mypy
.mypy_cache/

# ruff
.ruff_cache/

# Python scripts
python/x.py
python/y.py
