Files
freecad-robust-mcp-fc111/.gitignore
T
Sean P. KaneandGitHub f3c92ec413 ci: Various Linux container and PyPi release improvements (#16)
* ci: release workflow fixes

* docs: Fix env var names

* docs: Improve Docker network configuration

* ci: Improve error checking in Docker release workflow

* ci: improve release workflow and container security

* ci: badges and better container scanning

* ci: Addition fixes

* ci: fix pypi release logic
2026-01-05 15:44:36 -08:00

123 lines
1.3 KiB
Plaintext

# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# C extensions
*.so
# Distribution / packaging
.Python
build/
# Generated version file (hatch-vcs)
src/freecad_mcp/_version.py
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST
# PyInstaller
*.manifest
*.spec
# Installer logs
pip-log.txt
pip-delete-this-directory.txt
# Unit test / coverage reports
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
*.py,cover
.hypothesis/
.pytest_cache/
cover/
# Translations
*.mo
*.pot
# Environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/
# Spyder project settings
.spyderproject
.spyproject
# Rope project settings
.ropeproject
# mkdocs documentation
/site
# mypy
.mypy_cache/
.dmypy.json
dmypy.json
# Pyre type checker
.pyre/
# pytype static type analyzer
.pytype/
# Cython debug symbols
cython_debug/
# IDE
.idea/
*.swp
*.swo
*~
# Ruff
.ruff_cache/
# Trivy (pre-commit and CI cache)
.pre-commit-trivy-cache/
.trivy-cache/
# UV
# Note: uv.lock is committed for reproducible CI builds
# OS
.DS_Store
Thumbs.db
# Local configuration
.env.local
.env.*.local
# FreeCAD files
*.FCStd
*.FCStd1
*.FCBak
# Local configuration
.mcp.json
.claude