Files
pyfragment/.gitignore
T

39 lines
347 B
Plaintext

# Python
__pycache__/
*.pyc
*.pyo
*.pyd
.Python
# Virtual environments
.venv/
venv/
# IDE
.idea/
.vscode/
# Logs
logs/
*.log
# Environment variables
.env
# System files
.DS_Store
Thumbs.db
# Testing & tooling artifacts
.hypothesis/
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/
# Build & distribution
dist/
build/
*.egg-info/