# List of file paths to ignore during Docker image creation

### git ###
**/.git

### Ansible ###
**/*.retry
ansible/releases/

### Emacs ###
# -*- mode: gitignore; -*-
*~
\#*\#
/.emacs.desktop
/.emacs.desktop.lock
*.elc
auto-save-list
tramp
.\#*

### FUSE / SSHFS ###
# Ignore temporary files maintained by FUSE filesystems
**/.fuse_hidden*

### Python ###
# Byte-compiled / optimized / DLL files
__pycache__/
**/*.py[cod]
*$py.class
debops.egg-info/
dist/
build/
VERSION

# C extensions
*.so

# Translations
*.mo
*.pot

# Sphinx documentation
docs/_build/
docs/ansible/roles/*/defaults.rst

# nose2
.coverage

### Vagrant ###
.vagrant/
*.box

### Vim ###
# swap
[._]*.s[a-v][a-z]
[._]*.sw[a-p]
[._]s[a-v][a-z]
[._]sw[a-p]
# session
Session.vim
# temporary
.netrwhist
# auto-generated tag files
tags
