This commit is contained in:
asears 2025-01-06 19:31:13 -05:00
parent ed1e2bd85c
commit f245e7f25e

25
.gitignore vendored
View File

@ -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