This commit is contained in:
39
.gitignore
vendored
39
.gitignore
vendored
@@ -1,4 +1,3 @@
|
|||||||
# Python
|
|
||||||
__pycache__/
|
__pycache__/
|
||||||
*.py[cod]
|
*.py[cod]
|
||||||
*$py.class
|
*$py.class
|
||||||
@@ -19,42 +18,14 @@ wheels/
|
|||||||
*.egg-info/
|
*.egg-info/
|
||||||
.installed.cfg
|
.installed.cfg
|
||||||
*.egg
|
*.egg
|
||||||
MANIFEST
|
.env
|
||||||
|
.venv/
|
||||||
# Virtual Environment
|
|
||||||
venv/
|
|
||||||
env/
|
env/
|
||||||
|
venv/
|
||||||
ENV/
|
ENV/
|
||||||
|
*.log
|
||||||
# IDE
|
|
||||||
.vscode/
|
|
||||||
.idea/
|
|
||||||
*.swp
|
|
||||||
*.swo
|
|
||||||
*~
|
|
||||||
|
|
||||||
# Testing
|
|
||||||
.pytest_cache/
|
.pytest_cache/
|
||||||
.coverage
|
.coverage
|
||||||
htmlcov/
|
htmlcov/
|
||||||
.nox/
|
|
||||||
.coverage
|
|
||||||
|
|
||||||
# Type checking
|
|
||||||
.mypy_cache/
|
|
||||||
.ruff_cache/
|
.ruff_cache/
|
||||||
|
.mypy_cache/
|
||||||
# Logs
|
|
||||||
logs/
|
|
||||||
|
|
||||||
# OS
|
|
||||||
.DS_Store
|
|
||||||
Thumbs.db
|
|
||||||
|
|
||||||
# Environment
|
|
||||||
.env
|
|
||||||
.env.local
|
|
||||||
|
|
||||||
# Database
|
|
||||||
*.db
|
|
||||||
*.sqlite
|
|
||||||
|
|||||||
Reference in New Issue
Block a user