Files
Linux-Hello/.gitignore
2026-01-02 21:25:12 +01:00

33 lines
326 B
Plaintext

# Generated files
/target/
*.o
*.so
*.a
# IDE
.idea/
.vscode/
*.swp
*.swo
*~
# OS files
.DS_Store
Thumbs.db
# Debug output
*.raw
debug_frames/
# Local configuration overrides
config.local.toml
# Test data
test_images/
test_output/
test_frames/
# Internal documentation (not for repository)
status.md
development_path.md