Spaces:
Sleeping
Sleeping
# Python bytecode | |
*.pyc | |
*.pyo | |
*.pyd | |
__pycache__/ | |
# Virtual environment | |
venv/ | |
.env/ | |
# Distribution / packaging | |
build/ | |
dist/ | |
*.egg-info/ | |
*.egg | |
# IDEs and editors | |
.vscode/ | |
.idea/ | |
*.suo | |
*.user | |
*.userosscache | |
*.suo | |
*.swp | |
*.swo | |
*.swn | |
*.dirstat | |
*.log | |
*.pot | |
*.mo | |
# Migrations | |
migrations/ | |
alembic/ | |
# Database | |
*.sqlite3 | |
*.db | |
# Jupyter Notebook | |
.ipynb_checkpoints/ | |
# Environment variables | |
.env | |
# Coverage reports | |
.coverage | |
.coverage.* | |
*.cover | |
nosetests.xml | |
coverage.xml | |
*.coveragerc | |
*.tox | |
*.nox | |
*.hypothesis | |
*.pytest_cache/ | |
*.tox/ | |
*.nox/ | |
# FastAPI specific files | |
*.log | |
*.sqlite3 | |
*.db | |
# Pytest | |
*.pytest_cache/ |