Files
python-cli-template/.gitignore
Jev Kuznetsov f6da3d9839 add test script
2025-09-15 08:42:41 +02:00

29 lines
249 B
Plaintext

# Build directory for template testing
build/
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
env/
venv/
.venv
.eggs/
*.egg-info/
dist/
.pytest_cache/
.mypy_cache/
.ruff_cache/
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db