fixflow / .gitignore
E5K7's picture
🔧 Initial commit: FixFlow — Autonomous Bug Resolution Agent
cd3b358
Raw
History Blame Contribute Delete
291 Bytes
# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
.Python
*.egg
*.egg-info/
dist/
build/
.eggs/
# Virtual environments
.venv/
venv/
env/
ENV/
# Environment variables
.env
# Streamlit
.streamlit/
# macOS
.DS_Store
# IDE
.idea/
.vscode/
*.swp
*.swo
# Logs
*.log
# Jupyter
.ipynb_checkpoints/