Files
2026-06-11 15:05:08 +08:00

39 lines
372 B
Plaintext

# Python
__pycache__/
*.py[cod]
*.pyo
*.egg-info/
dist/
build/
*.egg
# Virtual environment
.venv/
venv/
env/
# IDE
.idea/
.vscode/
*.swp
*.swo
*~
# Environment variables
.env
.env.local
# OS
.DS_Store
Thumbs.db
# Uploaded property images
static/properties/*.jpg
static/properties/*.jpeg
static/properties/*.png
static/properties/*.webp
# Temporary files
*.log
*.tmp