Spaces:
Sleeping
Sleeping
Ade Surya Ananda
Prepare project for local Docker self-hosting: update Dockerfile to Python 3.12, create docker-compose.yml, add .env.example, ensure .env is ignored, and replace DEPLOYMENT.md with local setup instructions.
b36a505 | # Ensure shell scripts always use Unix line endings | |
| *.sh text eol=lf | |
| # Everything else: auto | |
| * text=auto# Auto detect text files and perform LF normalization | |
| * text=auto | |
| # Python files | |
| *.py text eol=lf | |
| # Templates | |
| templates/* text eol=lf | |
| # Configuration files | |
| *.txt text eol=lf | |
| *.md text eol=lf | |
| *.yml text eol=lf | |
| *.yaml text eol=lf | |
| # Batch files (Windows) | |
| *.bat text eol=crlf |