Files
confsync/app/.gitignore
7000pctAUTO f186cb9f9d
Some checks failed
CI / test (push) Has been cancelled
CI / build (push) Has been cancelled
Initial upload of ConfSync project
2026-02-04 20:00:30 +00:00

39 lines
322 B
Plaintext

__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
.env
.venv
env/
venv/
ENV/
*.local
.confsync/
*.yaml
!confsync.yaml
*.key
*.pem
*.gpg
.pytest_cache/
.coverage
htmlcov/
.tox/
.mypy_cache/
.ruff_cache/