
# Editor temporary/working/backup files #
#########################################
.#*
[#]*#
*~
*$
*.bak
*.diff
.idea/
*.iml
*.ipr
*.iws
*.org
.project
pmip
*.rej
.settings/
.*.sw[nop]
.sw[nop]
*.tmp
*.vim
.vscode
tags
cscope.out
.ipynb_checkpoints

# Compiled source #
###################
*.a
*.com
*.class
*.dll
*.exe
*.o
*.o.d
*.py[ocd]
*.so

# Packages #
############
# it's better to unpack these files and commit the raw source
# git has its own built in compression methods
*.7z
*.bz2
*.bzip2
*.dmg
*.gz
*.iso
*.jar
*.rar
*.tar
*.tbz2
*.tgz
*.zip

# Python files #
################
# setup.py working directory

.venv
venv

build
# sphinx build directory
_build
# Egg metadata
*.egg-info
MANIFEST
.cache
cache

# Logs and databases #
######################
*.log

# Patches #
###########
*.patch
*.diff

# OS generated files #
######################
*.DS_Store*
.VolumeIcon.icns
.fseventsd
Icon?
.gdb_history
ehthumbs.db
Thumbs.db
.directory

# pytest generated files #
##########################
/.pytest_cache

# Things specific to this project #
###################################
*/_build/*


# Content generated during notebook execution

# build packages
dist/

# more
*/__pycache__/*


# environment variables
.env
/.evn

# no link files of ncdtecbook library
book/1-information-technology/ncdtecbook 
book/5-information-security/ncdtecbook