template-test2/.gitignore
2025-11-12 07:49:01 +00:00

55 lines
483 B
Plaintext

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
# Virtual Environment
venv/
env/
ENV/
.env
.venv
# IDE
.idea/
.vscode/
*.swp
*.swo
.DS_Store
# FastAPI
.pytest_cache/
coverage.xml
.coverage
htmlcov/
# Logs
*.log
logs/
# Local development
.env.local
.env.development.local
.env.test.local
.env.production.local
# Docker
docker-compose.override.yml