mirror of
https://github.com/Richard-Sti/csiborgtools.git
synced 2024-12-22 07:18:03 +00:00
779f2e76ac
* Update redshift reading * Add helio to CMB redshift * Update imports * Update nb * Run for Quijote * Add script * Update * Update .gitignore * Update imports * Add Peery estimator * Add bulk flow scripts * Update typs * Add comment * Add blank space * Update submission script * Update description * Add barriers * Update nb * Update nb * Rename script * Move to old * Update imports * Add nb * Update script * Fix catalogue key * Update script * Update submit * Update comment * Update .gitignore * Update nb * Update for stationary obsrevers * Update submission * Add nb * Add better verbose control * Update nb * Update submit * Update nb * Add SN errors * Add draft of the script * Update verbosity flags * Add submission script * Debug script * Quickfix * Remove comment * Update nb * Update submission * Update nb * Processed UPGLADE
44 lines
562 B
Text
44 lines
562 B
Text
# Python virtual environments
|
|
venv/
|
|
venv_csiborg/
|
|
|
|
# Compiled Python files
|
|
*.pyc
|
|
|
|
# Jupyter Notebook checkpoints
|
|
*/.ipynb_checkpoints/
|
|
|
|
# Egg-info directories
|
|
.eggs/*
|
|
csiborgtools.egg-info/*
|
|
|
|
# Build directories
|
|
build/*
|
|
bin/*
|
|
share/*
|
|
|
|
# Scripts and their outputs
|
|
scripts/*.out
|
|
scripts_plots/*.out
|
|
scripts_independent/clear.sh
|
|
|
|
# Specific script files
|
|
*python.sh
|
|
*python3.sh
|
|
|
|
# IDE settings
|
|
.vscode/settings.json
|
|
|
|
# Miscellaneous
|
|
.bashrc
|
|
*.out
|
|
|
|
# Generated plots
|
|
plots/*
|
|
|
|
# Data files
|
|
data/*
|
|
|
|
notebooks/test.ipynb
|
|
data/BulkFlowPlot.npy
|
|
data/upglade_z_0p05_all.h5
|