# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# Distribution / packaging
build/
dist/
*.egg-info/
.eggs/

# Auto-generated by hatch-vcs — do not commit
src/stack_forge/_version.py

# Virtual environments
.venv/
venv/
ENV/

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

# Testing
.pytest_cache/
.coverage
htmlcov/

# mypy
.mypy_cache/

# Ruff
.ruff_cache/

# OS
.DS_Store
Thumbs.db

# Generated infrastructure (keep examples)
infrastructure/
!examples/

# Terraform
*.tfstate
*.tfstate.*
.terraform/
.terraform.lock.hcl
