klg-asutk-app/.gitignore
Yuriy 4dbe4b8433 chore: add venv to .gitignore
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-14 23:27:02 +03:00

35 lines
335 B
Plaintext

# Environment variables
.env
.env.*
.env.local
.env.development.local
.env.test.local
.env.production.local
# Logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Dependencies
node_modules/
venv/
backend/venv/
__pycache__/
*.pyc
# Build outputs
.next/
dist/
build/
# IDE
.vscode/
.idea/
*.swp
*.swo
# OS
.DS_Store
Thumbs.db