Files
kis_bot/.gitignore
2026-02-22 18:27:30 +09:00

16 lines
175 B
Plaintext

# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info
# Virtual environments
.venv
.env
# Environment variables
.env
*.log
*.json
*.db