Files

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

22 lines
207 B
Plaintext
Raw Permalink Normal View History

2017-06-30 17:07:33 +02:00
# General files
2016-07-31 15:48:41 -05:00
.git
2017-06-30 17:07:33 +02:00
.github
config
2020-03-23 00:39:37 +01:00
docs
# Development
.devcontainer
.vscode
.tool-versions
2017-06-30 17:07:33 +02:00
# Test related files
2020-03-23 00:39:37 +01:00
tests
2017-06-30 17:07:33 +02:00
# Other virtualization methods
venv
.venv
2017-06-30 17:07:33 +02:00
.vagrant
# Temporary files
**/__pycache__