Files
chitai/backend/.dockerignore
2025-12-04 00:33:37 -05:00

21 lines
222 B
Plaintext

# Version control
.git/
.gitignore
.gitattributes
# Python
**/__pycache__/
# Docker
Dockerfile*
docker-compose*.yml
.dockerignore
# Development
.env.local
.env.development
*.log
# Formatting and linting
**/.ruff_cache