Update .gitignore with additional exclusions
- Add .gitignore to ignore list - Add .pytest* patterns for pytest cache files - Improve gitignore coverage for Python development
This commit is contained in:
6
.gitignore
vendored
6
.gitignore
vendored
@@ -11,12 +11,18 @@ __pycache__/
|
|||||||
*.pyo
|
*.pyo
|
||||||
*.pyd
|
*.pyd
|
||||||
|
|
||||||
|
.gitignore
|
||||||
|
.pytest*
|
||||||
|
|
||||||
# Cache files
|
# Cache files
|
||||||
.cache/
|
.cache/
|
||||||
*/cache/
|
*/cache/
|
||||||
**/cache/
|
**/cache/
|
||||||
*.cache
|
*.cache
|
||||||
|
|
||||||
|
venv_new
|
||||||
|
venv
|
||||||
|
|
||||||
# Environment files
|
# Environment files
|
||||||
.env
|
.env
|
||||||
.env.local
|
.env.local
|
||||||
|
|||||||
Reference in New Issue
Block a user