22 lines
539 B
Plaintext
22 lines
539 B
Plaintext
# Python
|
|
__pycache__/
|
|
|
|
# Virtual environment
|
|
venv/
|
|
|
|
# AI-session tooling (not a project artifact)
|
|
CLAUDE.md
|
|
|
|
# Runtime artifact directories (anchored to repo root so they don't
|
|
# accidentally shadow same-named directories elsewhere — notably the
|
|
# refactored `app/static/js/results/` and `app/blueprints/results.py`).
|
|
/Uploads/
|
|
/Results/
|
|
/DoppelgangerDB/Blender/
|
|
|
|
# Scanner output / dump artifacts (root-anchored)
|
|
/Scanners/PE-Sieve/Analysis/
|
|
/Scanners/PE-Sieve/process_*/
|
|
/Scanners/HollowsHunter/Analysis/
|
|
/Scanners/HolyGrail/Analysis/
|