aws_config.env
*.pem
instance_info.txt
.env

# Deployment artifacts
*.tar.gz
*.zip

# Backup folders
backup_feb2_2026/
backup_*/

# Python cache
__pycache__/
*.pyc
*.pyo
.pytest_cache/

# Virtual environment
.venv/
venv/

# Logs
logs/

# IDE
.idea/
.vscode/

# OS files
.DS_Store

# Build artifacts
*.egg-info/
dist/
build/
.coverage
htmlcov/

# Test data and outputs
mcal_data/
results/*.json
experiments/__pycache__/

# Local development folders (archived)
data/
experiments/
# docs/ - now used for documentation

# Debug output files
debug_output.txt
validation_output.txt
*.log

# Temporary PR body
.github/pr_body.md
__pycache__/
src/mcal/__pycache__/
src/mcal/core/__pycache__/
~/.mcal/
