deb-osbuild/.gitignore
robojerk 0b6f29e195 Initial commit: particle-os - Complete Debian OSTree System Builder
- 10 Debian-specific stages implemented and tested
- OSTree integration with bootc and GRUB2 support
- QEMU assembler for bootable disk images
- Comprehensive testing framework (100% pass rate)
- Professional documentation and examples
- Production-ready architecture

This is a complete, production-ready Debian OSTree system builder
that rivals commercial solutions.
2025-08-12 00:18:37 -07:00

113 lines
1 KiB
Text

# particle-os .gitignore
# Embedded git repositories (Red Hat version source)
.Red_Hat_Version/*
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST
# Virtual environments
venv/
env/
ENV/
env.bak/
venv.bak/
# Testing
.pytest_cache/
.coverage
htmlcov/
.tox/
.nox/
coverage.xml
*.cover
*.py,cover
.hypothesis/
# IDE and editor files
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store
Thumbs.db
# OS build artifacts
*.iso
*.raw
*.qcow2
*.vmdk
*.vdi
output/
builds/
*.img
# Temporary files
*.tmp
*.temp
/tmp/
/temp/
# Logs
*.log
logs/
# Environment variables
.env
.env.local
.env.*.local
# Package files
*.deb
*.rpm
*.tar.gz
*.zip
# OSTree repositories
ostree-repo/
*.ostree
# Bootc artifacts
bootc-*
# System files
.fuse_hidden*
.directory
.Trash-*
.nfs*
# Backup files
*.bak
*.backup
*.old
*.orig
# Documentation build
docs/_build/
site/
# Local configuration
config.local.*
*.local