Files
SneakyCode/.gitignore
2026-03-11 07:21:21 -05:00

34 lines
271 B
Plaintext

# Python
__pycache__/
*.py[cod]
*.egg-info/
dist/
build/
# Virtual environments
.venv/
# IDE
.idea/
.vscode/
*.swp
*.swo
# Environment / secrets
.env
# OS
.DS_Store
Thumbs.db
# Testing / coverage
.pytest_cache/
.coverage
htmlcov/
# Logs
*.log
# uv
.python-version