chore: Update .gitignore with comprehensive Python and development ignores

This commit is contained in:
Bobby Abellana (aider) 2025-02-11 10:19:50 -08:00
parent 51a635880a
commit f11023e424

39
.gitignore vendored
View File

@ -1,2 +1,41 @@
# Aider
.aider*
# Environment
.env
venv/
env/
.env/
.venv/
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
# IDE
.idea/
.vscode/
*.swp
*.swo
# OS
.DS_Store
Thumbs.db