# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
*.pyc
*.so
*.egg
*.egg-info/
dist/
build/
.eggs/
wheels/

# Virtual environments
.venv/
venv/
env/
.env

# Hatch
.hatch/

# pytest
.pytest_cache/
.cache/

# Coverage
.coverage
coverage.xml
htmlcov/

# Type checking
.mypy_cache/
.pyright/
.ruff_cache/

# DuckDB
*.duckdb
*.duckdb.wal

# macOS
.DS_Store

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

# Secrets / env
*.env
.env.*
!.env.example

# Logs
*.log

# Temporary files
*.tmp
*.bak

# Node modules
node_modules

# Next
.next

# sample-data
sample_data/