📝 Add docs for virtual environments and environment variables, update contributing (#1082)

This commit is contained in:
Sebastián Ramírez
2024-08-23 14:03:39 -05:00
committed by GitHub
parent 45f49d57c1
commit c96d6b791c
12 changed files with 1299 additions and 266 deletions

2
.gitignore vendored
View File

@@ -1,5 +1,4 @@
*.pyc
env*
.mypy_cache
.vscode
.idea
@@ -12,3 +11,4 @@ coverage.xml
site
*.db
.cache
.venv*