# Output directories
output/
test_output/
boltz_results_*/

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
*.egg-info/
*.egg
dist/
build/
.eggs/
*.whl

# Virtual environments
venv/
env/
.env/
.venv/

# IDE
.vscode/
.idea/
*.swp
*.swo

# OS
.DS_Store
Thumbs.db

# Testing
.pytest_cache/
.coverage
htmlcov/

# Type checking
.mypy_cache/
.ruff_cache/

# Logs
*.log
lightning_logs/

# Model cache (can be large)
.cache/
~/.boltz/

# tools and ide
.claude
.vscode