Multi-language code converter contribution
This commit is contained in:
66
week4/community-contributions/ai_code_converter/.gitignore
vendored
Normal file
66
week4/community-contributions/ai_code_converter/.gitignore
vendored
Normal file
@@ -0,0 +1,66 @@
|
||||
# Environment variables
|
||||
.env
|
||||
|
||||
# Windsurf
|
||||
.windsurfrules
|
||||
|
||||
action_plan_save.md
|
||||
action_plan.md
|
||||
|
||||
ai_converter_v2.code-workspace
|
||||
|
||||
# Python
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
*$py.class
|
||||
*.so
|
||||
.Python
|
||||
env/
|
||||
build/
|
||||
develop-eggs/
|
||||
dist/
|
||||
downloads/
|
||||
eggs/
|
||||
.eggs/
|
||||
lib/
|
||||
lib64/
|
||||
parts/
|
||||
sdist/
|
||||
var/
|
||||
wheels/
|
||||
*.egg-info/
|
||||
.installed.cfg
|
||||
*.egg
|
||||
|
||||
# Logs
|
||||
logs/
|
||||
*.log
|
||||
|
||||
# IDE specific files
|
||||
.idea/
|
||||
.vscode/
|
||||
*.swp
|
||||
*.swo
|
||||
|
||||
# OS specific files
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# Virtual Environment
|
||||
venv/
|
||||
.venv/
|
||||
ENV/
|
||||
|
||||
# Prometheus
|
||||
/tmp/prometheus-multiproc/
|
||||
|
||||
# Local development
|
||||
.env.local
|
||||
.env.development.local
|
||||
.env.test.local
|
||||
.env.production.local
|
||||
|
||||
# Temporary files
|
||||
tmp/
|
||||
temp/
|
||||
*.tmp
|
||||
Reference in New Issue
Block a user