Files
tester-tools/email-smtp-tester/.gitignore
Jack Cheang cd91bcffda first commit
2025-06-19 15:34:30 +08:00

66 lines
564 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
MANIFEST
# Environment variables
.env
.env.*
!.env.example
# Logs
logs/
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Database
*.db
*.sqlite3
*.sqlite
# IDE
.idea/
.vscode/
*.swp
*.swo
*~
# Local development
local_settings.py
# Testing
.coverage
htmlcov/
.pytest_cache/
# Virtual Environment
.venv/
venv/
ENV/
# Distribution / packaging
dist/
build/
*.egg-info/
*.egg