mirror of
https://github.com/Richard-Sti/csiborgtools.git
synced 2024-12-22 06:38:02 +00:00
f0ab6fc9b4
* Add TNG catalogue script * Add imoprt * Add TNG box * Add import * Fix little bug * Add TNG300-1 * Add shell scripts * Organize .gitignore * Add scatter to file name * Add argument scatter * Add threshold on mass * Update nb * Add scatter argument * Add scattering of radial positions * Update nb * Update script
38 lines
471 B
Text
38 lines
471 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/*
|
|
|