Initial project structure
This commit is contained in:
22
.gitignore
vendored
22
.gitignore
vendored
@@ -19,3 +19,25 @@ env/
|
|||||||
|
|
||||||
# github instruction files
|
# github instruction files
|
||||||
.github/instructions/
|
.github/instructions/
|
||||||
|
|
||||||
|
# Python packaging artifacts
|
||||||
|
build/
|
||||||
|
dist/
|
||||||
|
*.egg-info/
|
||||||
|
pip-wheel-metadata/
|
||||||
|
|
||||||
|
# Test artifacts
|
||||||
|
.coverage
|
||||||
|
coverage.xml
|
||||||
|
htmlcov/
|
||||||
|
.pytest_cache/
|
||||||
|
|
||||||
|
# Mypy cache
|
||||||
|
.mypy_cache/
|
||||||
|
|
||||||
|
# Logs
|
||||||
|
*.log
|
||||||
|
logs/
|
||||||
|
|
||||||
|
# SQLite database
|
||||||
|
*.sqlite3
|
||||||
|
|||||||
Reference in New Issue
Block a user