93 lines
842 B
Plaintext
93 lines
842 B
Plaintext
.DS_Store
|
|
Thumbs.db
|
|
|
|
*.log
|
|
logs/
|
|
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
|
|
db.sqlite3
|
|
media/
|
|
staticfiles/
|
|
|
|
.Python
|
|
build/
|
|
dist/
|
|
downloads/
|
|
eggs/
|
|
.eggs/
|
|
lib/
|
|
lib64/
|
|
parts/
|
|
sdist/
|
|
var/
|
|
wheels/
|
|
*.egg-info/
|
|
*.egg
|
|
*.whl
|
|
.installed.cfg
|
|
|
|
pip-log.txt
|
|
pip-delete-this-directory.txt
|
|
|
|
.venv/
|
|
venv/
|
|
env/
|
|
ENV/
|
|
env.bak/
|
|
venv.bak/
|
|
|
|
htmlcov/
|
|
.tox/
|
|
.coverage
|
|
.coverage.*
|
|
.cache
|
|
.pytest_cache/
|
|
nosetests.xml
|
|
coverage.xml
|
|
*.cover
|
|
.hypothesis/
|
|
|
|
.mypy_cache/
|
|
.ipynb_checkpoints/
|
|
.python-version
|
|
celerybeat-schedule.*
|
|
|
|
node_modules/
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
|
|
.npm
|
|
.pnpm-store/
|
|
.yarn/
|
|
.yarn/cache/
|
|
.yarn/unplugged/
|
|
.yarn/build-state.yml
|
|
.yarn/install-state.gz
|
|
|
|
.svelte-kit/
|
|
.svelte-kit/types/
|
|
.vite/
|
|
node_modules/.vite/
|
|
|
|
.output/
|
|
.vercel/
|
|
.netlify/
|
|
.cloudflare/
|
|
|
|
.vscode/
|
|
.history
|
|
|
|
.idea/
|
|
*.iws
|
|
out/
|
|
|
|
*.bak |