prototype of crossword generation
This commit is contained in:
7
.gitignore
vendored
7
.gitignore
vendored
@ -4,6 +4,8 @@ __pycache__/
|
||||
*.py[cod]
|
||||
*$py.class
|
||||
|
||||
*.lock
|
||||
|
||||
# C extensions
|
||||
*.so
|
||||
|
||||
@ -58,3 +60,8 @@ docs/_build/
|
||||
# PyBuilder
|
||||
target/
|
||||
|
||||
# archives
|
||||
*.bz2
|
||||
|
||||
# jupyter
|
||||
.ipynb_checkpoints/
|
||||
|
Reference in New Issue
Block a user