# Python-generated files
__pycache__/
*.py[oc]
*.pyo
*.pyd
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# Virtual environments
.venv
venv/
ENV/
env/

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

# OS
.DS_Store
Thumbs.db

# Testing
.pytest_cache/
.coverage
htmlcov/

# Terraform
*.tfstate
*.tfstate.*
.terraform/
terraform.tfvars

# Output directory for generated visualizations
output/
*.png
*.dot
!examples/*.dot

# Temporary files
*.tmp
*.log