Files
sarif-cli/.gitignore
Michael Hohn b82c620a1e Add overview of the base tables derived from multi-sarif input; add rules.csv
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.
2022-03-16 16:54:14 -07:00

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