Files
realesrgan-api/.gitignore
2026-02-16 19:56:25 +01:00

34 lines
249 B
Plaintext

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
env/
venv/
.venv/
*.egg-info/
dist/
build/
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# Testing
.pytest_cache/
.coverage
htmlcov/
# Data
data/
.claude/
# Environment
.env
.env.local
.env.*.local