Files
rp-bot/.gitignore
2026-06-17 12:51:39 -05:00

65 lines
522 B
Plaintext

# Environment Variables & Secrets
.env
.env.local
.env.*.local
secrets/
# Virtual Environments
.venv
env/
venv/
ENV/
.Python
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
*.egg
*.egg-info/
dist/
build/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
.installed.cfg
develop-eggs/
downloads/
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# Logs
*.log
logs/
# OS
.DS_Store
Thumbs.db
# Database
*.db
*.sqlite
*.sqlite3
# Testing
.pytest_cache/
.coverage
htmlcov/
# Misc
.pytest_cache/
.mypy_cache/
.dmypy.json
dmypy.json