VPN/.gitignore
2025-09-27 23:06:32 +07:00

31 lines
279 B
Plaintext

# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info
# Virtual environments
.venv
# Configuration files with secrets
.env
*.env
# Test and cache files
.pytest_cache/
coverage.xml
htmlcov/
# IDE files
.vscode/
.idea/
*.swp
*.swo
# Logs
*.log
logs/