daphne/.gitignore
2025-01-06 19:29:56 -05:00

37 lines
306 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.**
.codegpt