url-shortner/.gitignore

25 lines
217 B
Text

# Python
__pycache__/
*.py[cod]
*$py.class
.venv/
venv/
*.egg-info/
# Environment
.env
.env.local
# IDE
.idea/
.vscode/
*.swp
*.swo
# Testing
.pytest_cache/
.coverage
htmlcov/
# Docker
docker-compose.override.yml