# Python
__pycache__/
*.pyc
*.pyo
*.egg-info/
*.egg

# Cython build artifacts
*.so
*.c
!build/compile_all.c

# Build / distribution
dist/
build/lib.*
build/temp.*

# Virtual environments
venv/
.venv/

# IDE
.idea/

# Terraform
.terraform/
*.tfstate
*.tfstate.backup
.terraform.lock.hcl
tfplan
infra/terraform.tfvars

# Environment / secrets
.env
.env.*

# NVIDIA profiling
*.ncu-rep

# Linter / test caches
.pytest_cache/
.mypy_cache/
.ruff_cache/

# Logs
*.log
logs/

# macOS
.DS_Store

# Large research data files
experiments/**/data_v2/
research_outputs/
*.jsonl
*.ncu-rep
