Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 373 Bytes

File metadata and controls

13 lines (8 loc) · 373 Bytes

Contributing

Please open a pull request for any change.

Rules

  • Do not commit personal/local configuration (config.json) or any databases (*.db).
  • Keep all paths in docs/examples generic (/path/to/...).
  • Avoid committing generated files like __pycache__/.

Checks

CI runs a lightweight syntax check (python -m py_compile) on image_database.py.