25 lines
246 B
Plaintext
25 lines
246 B
Plaintext
# Local configuration (server-specific, may contain secrets)
|
|
config.local.env
|
|
*.local.env
|
|
|
|
# SSH keys and credentials
|
|
.ssh/
|
|
*.pem
|
|
*.key
|
|
|
|
# Editor/IDE
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
.DS_Store
|
|
|
|
# Logs
|
|
*.log
|
|
logs/
|
|
|
|
# Dependencies
|
|
__pycache__/
|
|
*.pyc
|