# Python
__pycache__/
*.py[cod]
*.egg-info/
*.egg
dist/
build/
src/*.egg-info/
src/sawmill_plugin_vivado/_version.py

# Virtual environments
.venv/
venv/

# Testing
.pytest_cache/
.coverage
htmlcov/

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

# OS
.DS_Store
Thumbs.db
