cyber_llm / .gitignore
unit731's picture
Remove hardcoded tokens and update security
35f51a9 verified
# Environment files
.env
.env.local
.env.production
.env.development
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
env/
venv/
ENV/
env.bak/
venv.bak/
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# Logs
logs/
*.log
# Cache
.cache/
.pytest_cache/
# OS
.DS_Store
Thumbs.db