proxy-pool/.gitignore

25 lines
256 B
Plaintext

# IDE files
.vscode/
.idea/
# Environment files
.env*
!.env.example
# Python-generated files
__pycache__/
*.py[cod]
build/
dist/
wheels/
*.egg-info
# Virtual environments
.venv
# Tooling files
.mypy_cache/
.pytest_cache/
.ruff_cache/
.coverage
htmlcov/