mirror of
https://github.com/JHUAPL/PINE.git
synced 2026-01-08 20:17:54 -05:00
Including: 1. Generated python documentat in docs/. 2. Starting a new python client in client/. 3. Moving testing data to test/. 4. The addition of Cypress UI tests and pytest tests in test/. 5. A number of bug fixes and improvements.
33 lines
357 B
Plaintext
33 lines
357 B
Plaintext
# Git
|
|
**/.git/
|
|
|
|
# Docker
|
|
**/docker-compose*
|
|
/setup_docker_test_data.sh
|
|
|
|
# Node
|
|
**/node_modules/
|
|
/frontend/annotation/dist/
|
|
|
|
# Eclipse
|
|
**/.project
|
|
**/.pydevproject
|
|
**/.settings/
|
|
|
|
# Python
|
|
**/__pycache__
|
|
|
|
# Database
|
|
/eve/db/
|
|
|
|
# Logs
|
|
backend/pine/backend/logs
|
|
pipelines/JavaNER/pmap_api/logs
|
|
|
|
# Misc
|
|
/local_data/
|
|
/instance/
|
|
/redis/data
|
|
**/Dockerfile
|
|
/results/
|