mirror of
https://github.com/velocitatem/PHANTOM.git
synced 2026-05-31 16:43:36 +00:00
36 lines
310 B
Plaintext
36 lines
310 B
Plaintext
# Virtual environments
|
|
.venv
|
|
.venv*
|
|
venv
|
|
venv*
|
|
**/.venv
|
|
**/venv
|
|
**/node_modules
|
|
node_modules/
|
|
|
|
# Python caches
|
|
__pycache__/
|
|
*.pyc
|
|
.ruff_cache/
|
|
.pytest_cache/
|
|
|
|
# Git
|
|
.git/
|
|
|
|
# Large data and logs
|
|
data/
|
|
experiments/
|
|
wandb/
|
|
dumplogs*
|
|
*.zip
|
|
*.pdf
|
|
*.log
|
|
*.dot
|
|
|
|
# Other large dirs
|
|
PHANTOM_web/
|
|
web/
|
|
docs/
|
|
paper/
|
|
.nx/
|