# 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