67 lines
632 B
Plaintext
67 lines
632 B
Plaintext
# 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
|