gui_layout.json
harnice_console_state.json
# ===================================
# Kicad backups
# ===================================
*-backups/
*.kicad_prl
harnice-backups/
harnice.bak

# ===================================
# Python
# ===================================
__pycache__/
*.py[cod]
*$py.class
*.so
*.pyd
*.pyo

# ===================================
# Virtual Environments
# ===================================
venv/
env/
.venv/
ENV/
.ENV/

# ===================================
# Distribution / Packaging
# ===================================
build/
dist/
*.egg-info/
.eggs/
pip-wheel-metadata/
*.manifest
*.spec

# ===================================
# Testing / Coverage
# ===================================
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.cache
.pytest_cache/
nosetests.xml
coverage.xml

# ===================================
# Jupyter Notebooks
# ===================================
.ipynb_checkpoints/

# ===================================
# Environment Variables / Secrets
# ===================================
.env
.env.*
*.env
secrets.*
library_locations.csv
project_locations.csv
.harness_system_references

# Centralized tool paths (copy paths/paths.example.json to paths/paths.json)
paths/paths.json

# ===================================
# IDEs / Editors
# ===================================
.vscode/
.idea/
*.sublime-project
*.sublime-workspace

# ===================================
# macOS
# ===================================
.DS_Store
*.DS_Store
**/.DS_Store

# ===================================
# Windows
# ===================================
Thumbs.db
desktop.ini

# ===================================
# Logs and misc
# ===================================
*.log
*.bak
*.tmp
*.swp
*~