# Build artifacts
target/
*.so
*.pyc
*.pyo
__pycache__/

# IDE and editor files
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store

# Git
.git/
.gitignore
.github/

# Documentation
*.md
!README.md
docs/

# Test files
*.qcow2
*.vmdk
*.vdi
*.vhdx
*.raw
*.img
*.iso
vms/

# Python
.venv/
venv/
*.egg-info/
dist/
build/
.pytest_cache/

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

# Docker files (don't need in build context except Dockerfile)
docker-compose.yml
.dockerignore

# CI/CD
.github/
.claude/

# RPM build
*.spec
RPM-BUILD.md

# Integration tests
integration/

# Scripts
scripts/
test_*.sh
build_python.sh
