aiowebhooks/.gitignore
disqualifier 818d9ab31d init: async webhook sender (aiohttp) with retry & proxy rotation, optional discord embeds
Signed-off-by: disqualifier <disqualifierca@gmail.com>
2026-06-25 14:50:05 -04:00

17 lines
124 B
Plaintext

# claude
CLAUDE.md
# python
__pycache__/
*.py[cod]
*.egg-info/
dist/
build/
.eggs/
# env
.venv/
venv/
.env
.pytest_cache/