16 lines
181 B
Plaintext
16 lines
181 B
Plaintext
.git
|
|
.DS_Store
|
|
.env*
|
|
!.env*.example
|
|
.venv
|
|
venv*
|
|
**/__pycache__
|
|
**/*.py[cod]
|
|
**/.pytest_cache
|
|
**/.ruff_cache
|
|
frontend/node_modules
|
|
frontend/.next
|
|
frontend/.env*
|
|
htmlcov
|
|
coverage.xml
|