Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
123 changes: 104 additions & 19 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,12 +1,20 @@
# Python

env/
venv/
ENV/
env.bak/
venv.bak/
.venv/
virtualenv/


__pycache__/
*.py[cod]
*.class
*$py.class
*.so


.Python
env/
venv/
ENV/
build/
develop-eggs/
dist/
Expand All @@ -19,33 +27,110 @@ parts/
sdist/
var/
wheels/
pip-wheel-metadata/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST


# Flask
instance/
.webassets-cache

# IDEs

*.db
*.sqlite
*.sqlite3
tms.db


*.manifest
*.spec


htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
*.py,cover
.hypothesis/
.pytest_cache/


.ipynb_checkpoints


profile_default/
ipython_config.py


.python-version


Pipfile.lock


__pypackages__/


celerybeat-schedule
celerybeat.pid


*.sage.py

# Environment variables
.env
.env.local
.env.*.local
.venv
env.bak
venv.bak


.spyderproject
.spyproject


.ropeproject

/site


.mypy_cache/
.dmypy.json
dmypy.json


.pyre/


.pytype/


cython_debug/


.vscode/
.idea/
*.swp
*.swo
*~

# OS
.DS_Store
Thumbs.db

# Environment variables
.env
.env.local

# Testing
.pytest_cache/
.coverage
htmlcov/
Thumbs.db
.DS_Store

# Logs
*.log
logs/
flask.log

*.tmp
temp/
tmp/
Binary file removed __pycache__/app.cpython-311.pyc
Binary file not shown.
1 change: 0 additions & 1 deletion env/Lib/site-packages/blinker-1.9.0.dist-info/INSTALLER

This file was deleted.

20 changes: 0 additions & 20 deletions env/Lib/site-packages/blinker-1.9.0.dist-info/LICENSE.txt

This file was deleted.

60 changes: 0 additions & 60 deletions env/Lib/site-packages/blinker-1.9.0.dist-info/METADATA

This file was deleted.

12 changes: 0 additions & 12 deletions env/Lib/site-packages/blinker-1.9.0.dist-info/RECORD

This file was deleted.

4 changes: 0 additions & 4 deletions env/Lib/site-packages/blinker-1.9.0.dist-info/WHEEL

This file was deleted.

17 changes: 0 additions & 17 deletions env/Lib/site-packages/blinker/__init__.py

This file was deleted.

64 changes: 0 additions & 64 deletions env/Lib/site-packages/blinker/_utilities.py

This file was deleted.

Loading
Loading