prototype of crossword generation

This commit is contained in:
2021-06-13 21:06:55 +02:00
parent 0d03a85923
commit f09d2d79f9
8 changed files with 1126 additions and 0 deletions

7
.gitignore vendored
View File

@ -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/