# Environment variables
.env
.env.local
.env.*.local

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
/lib/
/lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST
.pytest_cache/
.coverage
htmlcov/
*.cover
.hypothesis/
.mypy_cache/
.ruff_cache/
.pytype/
*.pyc
.cache/

# Virtual environments
venv/
ENV/
env/
.venv

# Git worktrees
.worktrees/

# IDEs
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store

# Dagster
dagster/.nux/
dagster/.telemetry/
dagster/__pycache__/
dagster/history/
dagster/.logs_queue/
dagster/schedules/schedules.db
dagster/schedules/*.db
dagster/storage/
dagster/tmpfiles/
dagster_home/

# dbt
transforms/dbt/target/
transforms/dbt/dbt_packages/
transforms/dbt/logs/
transforms/dbt/profiles/profiles.yml.bak
transforms/dbt/package-lock.yml

# Data directories
volumes/
*.duckdb
*.duckdb.wal

# Great Expectations
great_expectations/uncommitted/
great_expectations/.ge_store_backend_id
great_expectations/**/.ge_store_backend_id
great_expectations/validations/

# Docker
docker-compose.override.yml

# Logs
*.log
logs/

# Temporary files
*.tmp
*.temp
.cache/

# Data files and formats
*.parquet
*.csv
*.pkl
*.pickle
*.h5
*.hdf5
*.feather

# Cloud and infrastructure
.aws/
.gcp/
.azure/
.terraform/
*.tfstate
*.tfvars

# Jupyter notebooks (if not wanted)
# *.ipynb

# OS generated files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db

# IDE and editor files
.vscode/
.idea/
*.swp
*.swo
*~
.project
.classpath
.settings/

# Logs and temporary files
*.log
logs/
*.tmp
*.temp
.cache/

transforms/dbt/target
specs
PLATFORM_REVIEW.md

# Temporary/working files
# context/
context/

# Beads issue tracker (local-only files)
.beads/beads.db
.beads/beads.db-*
.beads/bd.sock
.beads/bd.pipe
.beads/.exclusive-lock
.beads/daemon.*
.git/beads-worktrees/

# bv (beads viewer) local config and caches
.bv/

# phlo local config and caches
.phlo/

.claude
.ralph/

# Local-only docs
docs/architecture/decisions/
agents.md
docs/architecture/goals
docs/architecture/specs
