vivado_mcp/.gitignore
cah b0eace2e46 Add .gitignore, remove pycache
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-18 08:42:02 -07:00

27 lines
207 B
Text

# Python
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
dist/
build/
*.egg
# IDE
.idea/
.vscode/
*.swp
*.swo
# Environment
.env
.venv/
venv/
# OS
.DS_Store
Thumbs.db
# Test artifacts
*.log
.pytest_cache/