Files
agents/.gitignore
Seth Hobson b8f35d943d chore: add .venv to gitignore
Add .venv directory to gitignore to exclude virtual environment
created by modern Python tools like uv.
2025-10-16 21:06:05 -04:00

24 lines
297 B
Plaintext

# Folder view configuration files
.DS_Store
Desktop.ini
# Thumbnail cache files
._*
Thumbs.db
# Files that might appear on external disks
.Spotlight-V100
.Trashes
# Compiled Python files
*.pyc
# Compiled C++ files
*.out
# Application specific files
venv
.venv
node_modules
.sass-cache
.claude