| # | |
| # OS-specific | |
| # | |
| .DS_Store | |
| # | |
| # Language specific | |
| # | |
| # Python | |
| *.py[cod] | |
| *.egg-info/ | |
| /build/ | |
| /.venv | |
| /.mypy_cache | |
| # | |
| # Editors | |
| # | |
| /.idea/ | |
| /.vscode/ | |
| # | |
| # antlion | |
| # | |
| # Configuration | |
| /*.json | |
| /*.yaml | |
| /config/ | |
| # Generated during run-time | |
| /logs | |
| # Local development scripts | |
| /*.sh | |
| !/format.sh | |
| # | |
| # third_party | |
| # | |
| /third_party/* | |
| !/third_party/github.com/ | |
| !/third_party/github.com/jd/tenacity | |
| /third_party/github.com/jd/tenacity/src |