19 lines
232 B
Plaintext
19 lines
232 B
Plaintext
# Configuration files containing credentials
|
|
.env
|
|
|
|
# Python byte-compiled files
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
|
|
# Local Databases and dynamic data files
|
|
*.db
|
|
*.xlsx
|
|
|
|
# Environment/IDE configurations
|
|
.idea/
|
|
.vscode/
|
|
|
|
# Logs
|
|
*.log
|