rules_zapp/.gitignore

21 lines
198 B
Text
Raw Normal View History

2021-08-09 15:26:06 +00:00
.DS_Store
.cache
.dev
.dev
.idea
/**/#*
/**/*.egg-info
/**/*.log
/**/*.pyc
/**/*.pyc
/**/*.pyo
/**/.#*
/**/.mypy*
/**/.hypothesis*
/**/__pychache__
/**/_build
/**/_public
/**/build
/**/dist
bazel-*