mirror of
https://github.com/hohn/sarif-cli.git
synced 2025-12-16 17:23:03 +01:00
The table overview is in the jupyter notebook scripts/multi-table-overview.ipynb and makes use of some formatting customizations to actually get an overview. The initial `projects` table had far too many entries; the `rules` part is now in a separate `rules` table.
24 lines
286 B
Plaintext
24 lines
286 B
Plaintext
# Compiled python modules.
|
|
*.pyc
|
|
|
|
# Setuptools distribution folder.
|
|
/dist/
|
|
|
|
# Python egg metadata, regenerated from source files by setuptools.
|
|
/*.egg-info
|
|
|
|
# virtual environment
|
|
/.venv/
|
|
|
|
# Backup files
|
|
*~
|
|
|
|
# Temporary files
|
|
foo*
|
|
tmp*
|
|
.ipynb_checkpoints
|
|
|
|
# MacOS index files
|
|
.DS_Store
|
|
|