This commit is contained in:
27
.history/.gitignore_20250904015125
Normal file
27
.history/.gitignore_20250904015125
Normal file
@@ -0,0 +1,27 @@
|
||||
|
||||
# Python
|
||||
__pycache__/
|
||||
*.pyc
|
||||
*.pyo
|
||||
*.pyd
|
||||
|
||||
# Env
|
||||
.env
|
||||
.env.local
|
||||
.env.*.local
|
||||
|
||||
# DB
|
||||
bot.db
|
||||
|
||||
# IDE
|
||||
.idea/
|
||||
.vscode/
|
||||
|
||||
# Docker
|
||||
*.log
|
||||
|
||||
# Tests
|
||||
tests/
|
||||
|
||||
# Git
|
||||
.git/
|
||||
Reference in New Issue
Block a user