# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# Virtual env
pyvenv.cfg
bin/
share/
venv/
.venv/

# Models
ag_ckpt_vocab/

# IDEs
.idea/

# Coverage data
.coverage

# Experiment data
ddar_results/
run_results/
Test_results/

# TODO
TODO.md

# Swap files
**/*.nfs*c*

# local env
.conda/

# local files
run.log
**/local_data.jsonl
**/.DS_Store

# Local scripts
benchmark.py

tests_output
exp/

individual_rules_out
_build

# Documentation
docs/source

tests-exp/*
!tests-exp/*.ggb
!tests-exp/*.ggb
!tests-exp/runtime_cache.json

# Profiling
*_profiling*/
*.prof

# Videos
*.mp4

# Hydra outputs
outputs/

# Datagen
datagen.jsonl
datagen_examples.jsonl

# Harmonic stuff
regression_test_results
*.pstats
*.pstats.svg
.mypy_cache

/state_logs.txt
/img/

CMakeCache.txt
CMakeFiles/
Makefile
cmake_install.cmake

*.folded
*.perf
*.svg
*.data
*.old

*.so
*.cmake

*.tar
/*.out
/*.err

/logs/
/job_output/
/job_output_bak/