Files
Linux-Hello/.gitignore
2026-01-02 19:08:56 +01:00

29 lines
249 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/