# Byte-compiled / cache
__pycache__/
*.py[cod]
*.egg-info/
.pytest_cache/

# Build
dist/
build/
*.egg
*.whl

# Virtual environments
.venv/
venv/
env/

# Hatch
.hatch/

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

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

# OS
.DS_Store
Thumbs.db
.directory

# Jupyter
.ipynb_checkpoints/
*.ipynb

# Environment
.env
.env.*

# Data
*.parquet
*.processed.parquet

# Tests — not included in distribution
tests/

# Python type stubs
*.pyi

# Logs
*.log

# Scripts
scripts/
