Files
post_bot/.history/.gitignore_20250904015125
Andrey K. Choi aca280b64d
Some checks failed
continuous-integration/drone Build is failing
init commit
2025-09-04 01:51:59 +09:00

27 lines
157 B
Plaintext

# Python
__pycache__/
*.pyc
*.pyo
*.pyd
# Env
.env
.env.local
.env.*.local
# DB
bot.db
# IDE
.idea/
.vscode/
# Docker
*.log
# Tests
tests/
# Git
.git/