mirror of
https://github.com/django/daphne.git
synced 2025-03-13 11:45:46 +03:00
36 lines
297 B
Plaintext
36 lines
297 B
Plaintext
# Intellij
|
|
.idea/
|
|
*.egg-info
|
|
|
|
# Python binary files
|
|
*.pyc
|
|
__pycache__
|
|
|
|
# Wheel builds
|
|
dist/
|
|
build/
|
|
.eggs
|
|
|
|
# Tox
|
|
/.tox
|
|
|
|
# Hypothesis
|
|
.hypothesis
|
|
|
|
# Cache
|
|
.cache
|
|
.pytest_cache/
|
|
|
|
# Tests
|
|
test_layer*
|
|
test_consumer*
|
|
|
|
.python-version
|
|
|
|
# Vscode
|
|
.vscode
|
|
|
|
# pytest-cov code coverage
|
|
.coverage
|
|
.coverage.**
|