sq_01_python_intro/.hgignore

32 lines
390 B
Plaintext
Raw Permalink Normal View History

2023-01-17 21:14:04 +01:00
# ### Project specific ###
syntax: regexp
.git/
2023-01-18 08:33:17 +01:00
privat/
2023-04-01 22:25:53 +02:00
jupyter_book/_build
2023-01-17 21:14:04 +01:00
# ### Project independed ###
syntax: glob
# Mercurial
*.orig
# Maven
release.properties
target/
# IntelliJ IDEA
.idea/
*.iml
# Temporary files used by the vim editor.
.*.swp
# Backup files left behind by the Emacs editor.
*~
# Lock files used by the Emacs editor.
.\#*
# Random OS stuff
.DS_Store
Thumbs.db