# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info

# Virtual environments
.venv
.venv*/

# uv workspace
uv.lock

# Ruff / lint caches
.ruff_cache/

# Pyright / basedpyright
pyrightconfig.json
.pyright/

# Pytest / coverage
.pytest_cache/
.coverage
.coverage.*
htmlcov/
coverage.xml

# Pre-commit
.pre-commit-cache/

# Type stubs generated by tooling
typings/

# Local data artifacts
*.csv
*.json.local
data/
local_data/
*.db
*.sqlite

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

# macOS
.DS_Store

# Logs
*.log
logs/

# Environment files
.env
.env.*
!.env.example

# Alembic compiled migrations (keep source only)
packages/storage/alembic/versions/__pycache__/
.pi-lens
.ignore
.out
