Files
trailofbits-buttercup/.dockerignore
2over12 ea2fd093d5 Program model integrate (#13)
* Add documentation

* Add janusgraph custom configuration. Simply graph creation.

* Add properties to edges. Index on uri property.

* reformat

* Create libpng graph in a more reasonable amount of time.

* Update README.md

* Wrap indexing into function

* updating...

* update proto

* fix command

* Update settings for serve and processing indexing

* Add dockerfile to docker container

* Add trigger script

* Fix error with loading graphml file

* reformat

* Remove resource constraints for program model

* Change permissions of temp dir

* Update readme

* Update dockerignore

---------

Co-authored-by: Evan Downing <2077950+evandowning@users.noreply.github.com>
2025-02-18 11:59:16 -05:00

28 lines
372 B
Plaintext

**/env/
**/venv/
**/.env*/
**/.venv/
**/.env/
**/*.bak
**/pip-wheel-metadata/
**/*.egg-info/
**/__pycache__/
**/.coverage*
**/.idea
**/html/
**/dist/
**/.pytest_cache
**/.pdm-build/
**/.pdm-python
**/pdm.lock
fuzzer/dockerfiles/runner_image.Dockerfile
orchestrator/Dockerfile
patcher/Dockerfile
seed-gen/Dockerfile
**/.mypy_cache/
**/.ruff_cache/
**/.git/
.dockerignore