# Patterns to ignore when building packages.
# This supports shell glob matching, relative path matching, and
# negation. Pattern syntax:
#
# 	pattern:
# 		- Regexp
# 		- Glob
#
# For example:
#
# 	*.md
# 	!README.md
#
# See https://pkg.go.dev/github.com/gobwas/glob

.DS_Store
.git
.gitignore
.bzr
.bzrignore
.hg
.hgignore
.svn
CVS
RCS
SCCS
__pycache__
_zip
*.swp
*.bak
*.tmp
*~
#*#
*.orig
*.rej

.project
.settings
.classpath
.tm_properties
*.tgz
