Files
gapido-grpc-auth/.gitignore

41 lines
400 B
Plaintext

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
.venv/
venv/
env/
ENV/
*.egg-info/
.eggs/
build/
dist/
# Test and tooling caches
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/
# Local environment
.env
.env.*
!.env.example
!.env.production.example
# IDE and OS
.idea/
.vscode/
*.swp
*.swo
.DS_Store
Thumbs.db
# Docker/local runtime data
mongo-data/
redis-data/
rabbitmq-data/