# macOS
.DS_Store

# Python
__pycache__/
*.egg-info/

# Virtual environment
/.venv/
.python-version

# IDE
.vscode/

# Build artifacts
dist/
build/

# Tests / coverage
.coverage
htmlcov/

# Data files
/temp/
/data/downloaded/
*.txt

# Database files
*.db
*.db-shm
*.db-wal
