debate-bots/.gitignore

64 lines
608 B
Plaintext

# Configuration files with sensitive data
config.yaml
# API keys and environment files
.env
.env.local
*.key
# Logs
*.log
logs/
*.log.*
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
env/
venv/
ENV/
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
# Testing
.pytest_cache/
.coverage
htmlcov/
.tox/
.hypothesis/
# Debate history (optional - uncomment if you don't want to track debates)
# debates/
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
.cursorindexingignore
.specstory/
# Claude Code
CLAUDE.md
# OS
.DS_Store
Thumbs.db