mirror of
https://github.com/alterware/aw-bot.git
synced 2025-10-30 07:57:25 +00:00
feat: big refactor
This commit is contained in:
35
.gitignore
vendored
Normal file
35
.gitignore
vendored
Normal file
@@ -0,0 +1,35 @@
|
||||
# Byte-compiled / optimized / DLL files
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
*$py.class
|
||||
|
||||
# Virtual environment
|
||||
venv/
|
||||
.env/
|
||||
.venv/
|
||||
env/
|
||||
ENV/
|
||||
|
||||
# Discord token and other environment variables
|
||||
.env
|
||||
*.env
|
||||
|
||||
# Logs and debug files
|
||||
logs/
|
||||
*.log
|
||||
|
||||
# IDE / Editor settings
|
||||
.vscode/
|
||||
.idea/
|
||||
*.iml
|
||||
|
||||
# Python package files
|
||||
*.egg
|
||||
*.egg-info/
|
||||
dist/
|
||||
build/
|
||||
pip-wheel-metadata/
|
||||
|
||||
# OS-generated files
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
Reference in New Issue
Block a user