16 lines
304 B
Plaintext
16 lines
304 B
Plaintext
# Ignore large Python experiment directories during renv dependency discovery
|
|
# These slow down startup and contain no R dependencies
|
|
|
|
laravel_app/
|
|
data_validation_tool/
|
|
python_app/harvest_detection_experiments/
|
|
python_app/experiments/
|
|
phase2_refinement/
|
|
webapps/
|
|
tools/
|
|
output/
|
|
renv/
|
|
*.py
|
|
*.ipynb
|
|
.git/
|