Files
IPWhiteList/.gitignore
T
2026-05-29 19:55:23 +03:00

29 lines
216 B
Plaintext

# Python
__pycache__/
*.py[cod]
*.egg-info/
dist/
.venv/
venv/
# Environment (secrets!)
.env
# IDE
.vscode/
.idea/
*.swp
*.swo
# OS
.DS_Store
Thumbs.db
# Docker
.docker/
# Test
.pytest_cache/
htmlcov/
.coverage