Initial upload of ConfSync project
This commit is contained in:
38
app/.gitignore
vendored
Normal file
38
app/.gitignore
vendored
Normal file
@@ -0,0 +1,38 @@
|
||||
__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/
|
||||
Reference in New Issue
Block a user