kicad-mcp/.gitignore
2025-07-08 19:49:17 -04:00

50 lines
454 B
Plaintext

# Virtual Environment
venv/
env/
ENV/
.venv/
# Environment files
.env
# Python cache files
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
# Distribution / packaging
dist/
build/
*.egg-info/
*.egg
*.whl
# PyPI
.pypirc
# Unit test / coverage reports
htmlcov/
.tox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
# Logs
logs/
*.log
# IDE specific files
.idea/
.vscode/
*.swp
*.swo
.DS_Store
# MCP specific
~/.kicad_mcp/drc_history/