svg-processor/.cursorignore
2025-05-16 18:15:31 +04:00

35 lines
330 B
Plaintext

# Virtual environment
venv/
test_venv/
# Build directories
build/
dist/
test_build/
# Python cache
__pycache__/
*.pyc
*.pyo
*.pyd
# Temporary files
*.tmp
*.bak
*.swp
# Operating system files
.DS_Store
Thumbs.db
# IDE specific files
.vscode/
.idea/
# Project specific files
app_config.json
*.svg
# Test cache
.pytest_cache/