mirror of
https://github.com/Richard-Sti/csiborgtools.git
synced 2024-12-22 06:38:02 +00:00
27c1f9249b
* Rename script * Delete scripts * Add script * Edit script * Add script * Update nb * Update plotting * Update .gitignore * Update nb * Update nb * Add option to keep beta fixed
39 lines
492 B
Text
39 lines
492 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/*
|
|
|
|
notebooks/test.ipynb
|