mirror of
https://github.com/velocitatem/PHANTOM.git
synced 2026-05-31 16:43:36 +00:00
* a simp0le scaffold * feature: simple npm setup * feature: testing setup and dummy scenarios * chore: dumping kafak just via backend * chore: dcleaning gitignore * features: boilerplate fixtures and stuff * test: extra tests * chore: update the test suite to be callable via makefile * chore: cleaning * chore: updating interactions setup * small cleaning * chore: cleaning shitty code
17 lines
323 B
Plaintext
17 lines
323 B
Plaintext
**/.env
|
|
**/.venv
|
|
**/__pycache__
|
|
**/.ipynb_checkpoints/
|
|
**/.virtual_documents/
|
|
**/session_*.svg
|
|
**/*graph.svg
|
|
paper/src/bib/auto
|
|
|
|
# Airflow logs - exclude DAG run logs
|
|
experiments/airflow/logs/*
|
|
experiments/airflow/logs/scheduler/
|
|
experiments/airflow/logs/dag_processor_manager/
|
|
tests/e2e/node_modules/**
|
|
**/auto/*.el
|
|
*.old
|