Initial project scaffold
This commit is contained in:
26
.gitignore
vendored
Normal file
26
.gitignore
vendored
Normal file
@@ -0,0 +1,26 @@
|
||||
.venv/
|
||||
__pycache__/
|
||||
.pytest_cache/
|
||||
.mypy_cache/
|
||||
.ruff_cache/
|
||||
.coverage
|
||||
htmlcov/
|
||||
.nox/
|
||||
.tox/
|
||||
*.pyc
|
||||
*.pyo
|
||||
*.so
|
||||
*.o
|
||||
*.out
|
||||
*.log
|
||||
build/
|
||||
dist/
|
||||
*.egg-info/
|
||||
compile_commands.json
|
||||
cmake-build-*/
|
||||
.cache/
|
||||
.idea/
|
||||
.vscode/
|
||||
.DS_Store
|
||||
results/
|
||||
profile-output/
|
||||
Reference in New Issue
Block a user