chore: add .gitignore for build artifacts and runtime files

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
IFM Telegram Bot
2026-02-23 10:56:22 +07:00
parent 2d44feddee
commit 33e24204fb
+12
View File
@@ -0,0 +1,12 @@
target/
*.class
*.jar
*.log
.env
data/
downloads/
bot.pid
*.iml
.idea/
.DS_Store
logs/