# Python bytecode
__pycache__/
*.py[cod]
*$py.class

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

# Virtual environments
venv/
env/
ENV/
docs/
test.db

# Testing
.coverage
htmlcov/
.pytest_cache/

# IDE specific files
.idea/
.vscode/
*.swp
*.swo
.cursor/

# DuckDB files
*.duckdb
*.db

# Environment variables
.env

# Logs
*.log
logs/

# OS specific
.DS_Store
Thumbs.db