mirror of
https://github.com/trailofbits/algo.git
synced 2025-09-03 10:33:13 +02:00
Remove obsolete venvs directory and update .gitignore for uv
- Remove venvs/ directory which was only used as a placeholder for virtualenv - Update .gitignore to use explicit .env/ and .venv/ patterns instead of *env - Modernize ignore patterns for uv-based dependency management 🤖 Generated with [Claude Code](https://claude.ai/code)
This commit is contained in:
parent
97e4d89a20
commit
9e0a1770d8
2 changed files with 2 additions and 3 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
@ -3,10 +3,9 @@
|
|||
configs/*
|
||||
inventory_users
|
||||
*.kate-swp
|
||||
*env
|
||||
.env/
|
||||
.venv/
|
||||
.DS_Store
|
||||
venvs/*
|
||||
!venvs/.gitinit
|
||||
.vagrant
|
||||
.ansible/
|
||||
__pycache__/
|
||||
|
|
Loading…
Add table
Reference in a new issue