Files
petpicturequeue/.dockerignore
Ryan Chen bd3265e6a2 yurt
2025-06-13 16:49:51 -04:00

46 lines
373 B
Plaintext

# Git
.git
.gitignore
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
env/
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
*.egg-info/
.installed.cfg
*.egg
# Virtual Environment
venv/
ENV/
# IDE
.idea/
.vscode/
*.swp
*.swo
# Database
*.db
# Uploads
static/uploads/*
!static/uploads/.gitkeep
# Docker
Dockerfile
.dockerignore