Files
post_bot/.gitignore
Andrey K. Choi 0d3bcdfc64
Some checks failed
continuous-integration/drone/push Build is failing
repo clearing
2025-09-04 01:59:37 +09:00

29 lines
174 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/
.venv/
.history/