WIP: Temporary commit for branch move
This commit is contained in:
34
.gitignore
vendored
34
.gitignore
vendored
@@ -2,3 +2,37 @@
|
||||
/settings.ini
|
||||
/myenv/
|
||||
/venv/
|
||||
/.idea/
|
||||
/logs/*.log
|
||||
|
||||
# Testing and coverage files
|
||||
.coverage
|
||||
coverage.xml
|
||||
htmlcov/
|
||||
.pytest_cache/
|
||||
__pycache__/
|
||||
*.pyc
|
||||
*.pyo
|
||||
*.pyd
|
||||
.Python
|
||||
*.so
|
||||
|
||||
# Test database files
|
||||
database/test.db
|
||||
test.db
|
||||
*.db
|
||||
|
||||
# IDE and editor files
|
||||
.vscode/
|
||||
*.swp
|
||||
*.swo
|
||||
*~
|
||||
|
||||
# OS generated files
|
||||
.DS_Store
|
||||
.DS_Store?
|
||||
._*
|
||||
.Spotlight-V100
|
||||
.Trashes
|
||||
ehthumbs.db
|
||||
Thumbs.db
|
||||
|
||||
Reference in New Issue
Block a user