39 lines
464 B
Plaintext
39 lines
464 B
Plaintext
# Python-generated files
|
|
__pycache__/
|
|
*.py[oc]
|
|
build/
|
|
dist/
|
|
wheels/
|
|
*.egg-info
|
|
|
|
# Virtual environments
|
|
.venv
|
|
|
|
# Sensitive configuration (use config.toml.example as template)
|
|
config.toml
|
|
|
|
# Data files with sensitive information
|
|
accounts.csv
|
|
team.json
|
|
team_tracker.json
|
|
domain_blacklist.json
|
|
|
|
# Logs
|
|
logs/
|
|
|
|
# IDE
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
nul
|
|
|
|
.claude/settings.local.json
|
|
autogptplus_drission.py
|
|
autogptplus_drission_oai.py
|
|
accounts.json
|