mirror of
https://github.com/0x5t4l1n/NexTOR_IP_CHANGER.git
synced 2026-05-26 19:56:30 +00:00
55 lines
411 B
Plaintext
55 lines
411 B
Plaintext
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
*.so
|
|
*.egg
|
|
*.egg-info/
|
|
build/
|
|
dist/
|
|
.eggs/
|
|
|
|
# Virtual environments
|
|
venv/
|
|
.venv/
|
|
env/
|
|
|
|
# Python tools
|
|
.pytest_cache/
|
|
.mypy_cache/
|
|
.ruff_cache/
|
|
|
|
# IDEs
|
|
.vscode/
|
|
.idea/
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Logs
|
|
*.log
|
|
|
|
# Packaging
|
|
pkg/
|
|
src/
|
|
|
|
# Arch package artifacts
|
|
*.pkg.tar.zst
|
|
*.pkg.tar.xz
|
|
|
|
# Secrets
|
|
.env
|
|
*.key
|
|
*.pem
|
|
|
|
# Temporary
|
|
tmp/
|
|
temp/
|
|
|
|
# Coverage
|
|
.coverage
|
|
htmlcov/
|
|
|
|
# Git
|
|
*.orig
|