Merge "Introduce rAPP Catalogue API"
[nonrtric.git] / .gitignore
1 # Documentation
2 .idea/
3 .tox
4 docs/_build/
5 .DS_STORE
6
7 # Eclipse
8 .checkstyle
9 .classpath
10 target/
11 .sts4-cache
12 .project
13 .settings
14 .pydevproject
15 infer-out/
16
17 .vscode