# Ignore git directory
.git/
.github/

# Ignore virtual environments
.venv/
venv/
__pycache__/
*.pyc
.pytest_cache/

# Ignore massive VM files and snapshots
**/*.iso
**/*.qcow2
**/*.img
**/vms/

# Ignore lock files and logs
*.lock
*.log
