Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
hub-courses
scientific_python
Commits
b023602d
Unverified
Commit
b023602d
authored
Jul 01, 2021
by
Bertrand NÉRON
Browse files
add gitignore file
parent
505edfa5
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitignore
0 → 100644
View file @
b023602d
.eggs
######################
# Logs and databases #
######################
*\.log
.DS_Store
####################
# Eclipse metadata_path #
####################
\.project
\.pydevproject
\.settings/
#############
# vim files #
#############
*\.swp
*~
\#*\#
#################
# pycharm files #
#################
\.idea
##########################
# Python complied source #
##########################
*\.pyc
*\.pyo
#######################
# notebook checkpoint #
#######################
.ipynb_checkpoints
*/.ipynb_checkpoints/*
##########
# vscode #
##########
**/.vscode/
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment