daphne/.gitignore
2024-12-18 20:58:29 -05:00

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.**