ia_bot/.gitignore
2026-08-30 16:54:49 +10:00

66 lines
505 B
Plaintext

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
# Virtual Environment
venv/
ENV/
env/
.venv/
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
# Bot secrets
bot.json
*.pypirc
.secrets
.env
# Testing
.pytest_cache/
.coverage
htmlcov/
.tox/
# Logs
*.log
logs/
# Type stubs
*.pyi
.pyi
.omo/
# Data files
emotes/*.webp
emotes/*.png
emotes/*.gif
emotes/*.jpg