mirror of
https://github.com/hohn/sarif-cli.git
synced 2025-12-15 17:03:04 +01:00
24 lines
330 B
Plaintext
24 lines
330 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
|
|
data/codeql-dataflow-sql-injection/sqlidb-*
|
|
|
|
# MacOS index files
|
|
.DS_Store
|