You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

66 lines
632 B

# 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