Files
firegex-traffic-viewer/.gitignore
2025-08-17 16:23:49 +02:00

53 lines
892 B
Plaintext

**/*.pyc
**/__pycache__/
**/.vscode/**
**/.vscode/
**/.mypy_cache/**
**/.mypy_cache/
**/node_modules
**/.pnp
**/.pnp.js
# testing
/frontend/coverage
/fgex-lib/firegex.egg-info
/fgex-lib/dist
/fgex-lib/build
/fgex-lib/fgex-pip/fgex.egg-info
/fgex-lib/fgex-pip/dist
/backend/db/
/backend/db/**
/frontend/build/
/frontend/build/**
/frontend/dist/
/frontend/dist/**
/backend/modules/cppregex
/backend/binsrc/cppregex
/backend/modules/cpproxy
/backend/binsrc/cpproxy
/backend/modules/proxy
/docker-compose.yml
/firegex-compose.yml
/.firegex-compose.yml
/.firegex-conf.json
/.firegex-standalone.pid
/firegexfs/**
/firegexfs
/firegex.py
/tests/benchmark.csv
/tests/comparemark.csv
# misc
**/.DS_Store
**/.env.local
**/.env.development.local
**/.env.test.local
**/.env.production.local
**/npm-debug.log*
**/yarn-debug.log*
**/yarn-error.log*