csiborgtools/.gitignore

39 lines
471 B
Plaintext
Raw Normal View History

# Python virtual environments
venv/
venv_csiborg/
# Compiled Python files
2022-10-10 18:41:29 +02:00
*.pyc
# Jupyter Notebook checkpoints
2022-10-11 14:47:26 +02:00
*/.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/*