fix: fix directory structure and test files
This commit is contained in:
21
.gitignore
vendored
21
.gitignore
vendored
@@ -1,9 +1,24 @@
|
||||
# Python bytecode
|
||||
*.pyc
|
||||
*.pyo
|
||||
|
||||
# Cache
|
||||
__pycache__/
|
||||
*.egg-info/
|
||||
.pytest_cache/
|
||||
*.map
|
||||
.coverage
|
||||
.htmlcov/
|
||||
|
||||
# Environment
|
||||
.env
|
||||
.venv/
|
||||
test.py
|
||||
test.tampy
|
||||
.env/*
|
||||
!/.env.example
|
||||
|
||||
# Build artifacts
|
||||
*.map
|
||||
dist/
|
||||
build/
|
||||
|
||||
# Generated test files
|
||||
tests/*.py
|
||||
|
||||
Reference in New Issue
Block a user