Skip to content

Commit ce50382

Browse files
authored
Merge pull request #47 from JetBrains-Research/dev
Complete refactoring
2 parents 552b9e5 + 33d0d32 commit ce50382

File tree

147 files changed

+2670
-1293
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

147 files changed

+2670
-1293
lines changed

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# IDEA
2+
.idea
3+
14
# Byte-compiled / optimized / DLL files
25
__pycache__/
36
*.py[cod]
@@ -120,4 +123,4 @@ log
120123
tmp.txt
121124

122125
# MacOS directory structure meta
123-
/**/.DS_Store
126+
/**/.DS_Store

0 commit comments

Comments
 (0)