Files
gitignore-generator-cli/.gitignore
7000pctAUTO c0f1e78adb
Some checks failed
CI / test (push) Has been cancelled
CI / build (push) Has been cancelled
Re-trigger CI/CD after resolving transient Gitea Actions issue
2026-01-30 16:05:05 +00:00

26 lines
225 B
Plaintext

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
.eggs/
.nox/
.env
.venv
env/
venv/
ENV/
*.egg-info/
.tox/
.coverage
.coveragerc
.pytest_cache/
.mypy_cache/
.ruff_cache/
.DS_Store