This commit is contained in:
soju6jan
2022-10-02 20:10:34 +09:00
parent 79fedb274f
commit b9c3aac91f
2 changed files with 202 additions and 3 deletions

12
.gitignore vendored
View File

@@ -14,7 +14,7 @@ dist/
downloads/
eggs/
.eggs/
lib/
#lib/
lib64/
parts/
sdist/
@@ -102,8 +102,8 @@ celerybeat.pid
*.sage.py
# Environments
.env
.venv
#.env
#.venv
env/
venv/
ENV/
@@ -127,3 +127,9 @@ dmypy.json
# Pyre type checker
.pyre/
# FlaksFarm
config.yaml
lib2/
.vscode/