pgMultiMaster/.gitignore
2026-08-27 17:31:24 +05:30

15 lines
128 B
Plaintext

# Python virtual environment
venv/
.venv/
# Python cache
__pycache__/
*.pyc
# Environment/secrets
.env
# IDE
.vscode/
.idea/