mirror of
https://github.com/django/daphne.git
synced 2025-03-12 19:35:47 +03:00
revert
This commit is contained in:
parent
ed1e2bd85c
commit
f245e7f25e
25
.gitignore
vendored
25
.gitignore
vendored
|
@ -1,37 +1,16 @@
|
||||||
# Intellij
|
|
||||||
.idea/
|
.idea/
|
||||||
*.egg-info
|
*.egg-info
|
||||||
|
|
||||||
# Python binary files
|
|
||||||
*.pyc
|
*.pyc
|
||||||
__pycache__
|
__pycache__
|
||||||
|
|
||||||
# Wheel builds
|
|
||||||
dist/
|
dist/
|
||||||
build/
|
build/
|
||||||
.eggs
|
|
||||||
|
|
||||||
# Tox
|
|
||||||
/.tox
|
/.tox
|
||||||
|
|
||||||
# Hypothesis
|
|
||||||
.hypothesis
|
.hypothesis
|
||||||
|
|
||||||
# Cache
|
|
||||||
.cache
|
.cache
|
||||||
.pytest_cache/
|
.eggs
|
||||||
|
|
||||||
# Tests
|
|
||||||
test_layer*
|
test_layer*
|
||||||
test_consumer*
|
test_consumer*
|
||||||
|
|
||||||
.python-version
|
.python-version
|
||||||
|
.pytest_cache/
|
||||||
# Vscode
|
|
||||||
.vscode
|
.vscode
|
||||||
|
|
||||||
# pytest-cov code coverage
|
|
||||||
.coverage
|
.coverage
|
||||||
.coverage.**
|
|
||||||
|
|
||||||
.codegpt
|
|
Loading…
Reference in New Issue
Block a user