20 lines
243 B
Plaintext
20 lines
243 B
Plaintext
.git
|
|
.venv
|
|
__pycache__
|
|
*.pyc
|
|
.pytest_cache
|
|
.mypy_cache
|
|
.ruff_cache
|
|
.env
|
|
.env.*
|
|
data
|
|
frontend/.next
|
|
frontend/node_modules
|
|
frontend/.env.local
|
|
frontend/.env.*.local
|
|
node_modules
|
|
npm-debug.log*
|
|
Dockerfile
|
|
docker-compose*.yml
|
|
docker-compose*.yaml
|