Files
python-stub-generator/.gitignore
7000pctAUTO b99a3912f8
Some checks failed
CI / test (push) Has been cancelled
Initial commit: Add python-stub-generator project
2026-01-30 04:51:38 +00:00

71 lines
553 B
Plaintext

# Python
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST
# Type stubs
*.pyi
!stubgen/__init__.py
# PyInstaller
*.manifest
*.spec
# Testing
.pytest_cache/
.coverage
.coverage.
htmlcov/
.tox/
.nox/
coverage.xml
*.cover
# mypy
.mypy_cache/
.dmypy.json
dmypy.json
# Ruff
.ruff_cache/
# Virtual environments
.env
.venv/
env/
venv/
ENV/
env.bak/
venv.bak/
# IDEs
.vscode/
.idea/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
# Logs
*.log