Files
logo-txt/.dockerignore
2026-01-11 11:54:23 -05:00

43 lines
308 B
Plaintext

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
venv/
env/
ENV/
*.egg-info/
.eggs/
*.egg
# Project specific
uploads/
*.png
*.jpg
*.jpeg
*.gif
*.webp
# Git
.git/
.gitignore
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
# Documentation
README.md
# Docker
Dockerfile
.dockerignore